Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] Add %isset and %endisset tags #41

Closed
papac opened this issue Apr 11, 2023 · 0 comments · Fixed by #48
Closed

[3.x] Add %isset and %endisset tags #41

papac opened this issue Apr 11, 2023 · 0 comments · Fixed by #48

Comments

@papac
Copy link
Member

papac commented Apr 11, 2023

The templating definition and rendering output

%isset($is_service_side)
    The content should be shown when $is_service_side variable is defined
%endisset

And the output should be:

<?php if (isset($is_service_side): ?>
    The content should be shown when $is_service_side variable is defined
<?php endif; ?>
@papac papac linked a pull request Apr 11, 2023 that will close this issue
@papac papac closed this as completed in #48 Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant