php print?
Posted: Sat 29 Dec 2012 4:11 pm
Hi Ken,
I need some advice
For something i am working on
I wet to use this in a php if
but using ether of these css does not come through
is there a better way?
I need some advice
For something i am working on
I wet to use this
Code: Select all
<p class="sideBarTitle"><?php langtrans('Navigation') ;?> </p>but using ether of these css does not come through
Code: Select all
<?php print "<p class=\"sideBarTitle\">" . langtrans('Navigation') ." </p>";?>Code: Select all
<?php print '<p class="sideBarTitle">" . langtrans('Navigation') .' </p>';?>