Quote:
Originally Posted by tunnelvisionmusic
This is the stupidest question but what do I type to comment code out
|
Answer #1: you search the forum for answers.
Answer #2 because I'm in a good mood:
{* this code is now commented out of a .tpl file *}
// this code is commented out of php files
/* this code is commented out of css files */
<!-- this code is also commented out of html or php files -->
There are many variations. That's why you use a search engine. Do you really think most of the contributors here know everything? No, we know how to a) look it up and b) read the F-ing manual.