@julian please let me know if you still think its sharp issue, since it is installed fine.
How I can write comments inside TPL file?
-
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