commenting out [solved]
Posted: Wed May 07, 2008 11:46 am
Very simple question.....I want to comment out a piece of code in the template so it doesn't show - in this case the news module.
What symbols do you put around the code to comment it out?
I know I could take it out altogether, but I want to leave it 'intact' in case I need to re-invoke it.
thx
What symbols do you put around the code to comment it out?
Code: Select all
{* Start News *}
<div id="news">
<h2>News</h2>
{news number='3' detailpage='news'}
</div>
{* End News *}
thx