Thank you n00dles101 !
Can you tell me how to read the value of sidebaractive in my template ?
edit : i find it !
Can you tell me how to read the value of sidebaractive in my template ?
edit : i find it !
Code:
<?php
$x = getXML($cyclehome_file);
$sidebaractive = $x->sidebaractive;
if ($sidebaractive == 'true') {
include('sidebar.php');
}
?>