Php
From Kb_JMY(晉明夷)
php -- The Web Language
- official site: php.net
faq
- How to comment the template file "index.php" of Joomla?
- Ref:
- Any template file of Gallery2, e.g: "<gallery2 directory>/themes/matrix/templates/album.tpl"
- forum.joomla.org -- Strange text appeared at every content page of my site...
- Ans: use a pair of "<!-- ... -->" or "{* ... *}" , e.g:
<!-- or any other icon images that you like -->
{* or any other icon images that you like *}
|
- Note! CANNOT use "#" or "//" or "/*....*/" to add a comment line.

