Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[RESOLVED] Plugin Theme : Sidebar option
#4
It's either going to be set to 'YES' or 'NO' so change the code to

Code:
<?php
    $x = getXML($cyclehome_file);
    $sidebaractive = $x->sidebaractive;
    if ($sidebaractive == 'YES')  {
        include('sidebar.php');
    }
?>
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
[RESOLVED] Plugin Theme : Sidebar option - by n00dles101 - 2012-03-07, 22:52:35



Users browsing this thread: 1 Guest(s)