grakovski 0 Light Poster

I see in phpbb template system it has <!-- PHP --> code <!-- ENDPHP --> tags in template and you can include php code inside them
<!-- PHP --> = start tag of php <?php
<!-- ENDPHP --> = ?>

I want to use something else in mustache php, like:
{{php}} {{/php}}

is there any chance to do that?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.