2009-10-27, 13:48:21
hi everyone,
I'm having a trouble that I don't know why
if I type
it will output:
Just Another GetSimple Website<?
annoying <? breaks my template,
and I have solved this by omitting . "<?" in get_component function (admin/inc/theme_functions.php)
but does it effects other components ?
I'm having a trouble that I don't know why
if I type
Code:
<?php get_component('tagline'); ?>
Just Another GetSimple Website<?
annoying <? breaks my template,
and I have solved this by omitting . "<?" in get_component function (admin/inc/theme_functions.php)
Code:
eval("?>" . stripslashes(htmlspecialchars_decode($component->value, ENT_QUOTES)) . "<?");