Code: Select all
<!-- IF 0 -->
Your comments can go here, because "0" is always false.
<!-- ENDIF -->
Code: Select all
<!-- IF U_CANONICAL -->
<link rel="canonical" href="{U_CANONICAL}">
<!-- ENDIF -->
<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by:
-->
Is it a case of the HTML comment syntax defaulting to an actual comment if phpBB does not recognise a valid conditional or variable? Or is it a case of the line break before and after the comment text telling phpBB that it really is just a comment?