Code
from eng/admin.php
<?php
define('_EXPLANATION','<strong>READ THE READ ME, the LICENSE and the ANNOUNCEMENT</strong><br />');
?>
<?php
define('_EXPLANATION','<strong>READ THE READ ME, the LICENSE and the ANNOUNCEMENT</strong><br />');
?>
Code
from pntemplates/example_admin_view.htm
<!--[pnml name="_EXPLANATION"|pnvarprephtmldisplay]-->
<!--[pnml name="_EXPLANATION"|pnvarprephtmldisplay]-->
but the HTML is not interpreted and displayed. It comes out as:
Code
<strong>READ THE READ ME, the LICENSE and the ANNOUNCEMENT</strong><br />
yes - I have both the "strong" tag and the "br" tag enabled (without attributes) in the settings.
why isn't this working?
