2012-10-21, 08:26:31
Hi,
in my template, I get side-specific sidebar-content with this code:the sidebar-contetn are sides, starting with a name with "sidebar" at the begining... But when I set them on "private", they are still online.
On which point and for which variable I have to ask here, to locate this "private" mode?
best, Bell.
in my template, I get side-specific sidebar-content with this code:
Code:
if (isset($_GET['id']) && $_GET['id'] == 'slug') { getPageContent('sidebar-slug'); }
On which point and for which variable I have to ask here, to locate this "private" mode?
best, Bell.