Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Everyone,
Any one know how to write comments inside TPL file?. I want to remove some element without deleting the code.
Thanks
@khaled HTML comments like this will work:
<!-- comment like this and it works across lines -->
@pitaj Thank you,
Which is the language mode you use in the editor to view the code nicely?. I use Smarty in VS Code
@khaled I just set it to HTML. There's nothing that quite matches benchpress grammar unfortunately.
many thanks @pitaj