MyBB Community Forums

Full Version: how to comment out code in templates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do you comment out code in templates that you dont need?
html comment <!-- -->
will appear in page source,
php comments dont work in template files i assume.
Is there any one "right" way to do it?
thanks
<!-- --> is the only thing thats possible in templates as templates are HTML enabled. However it will show in page source.