Ignore:
Timestamp:
May 17, 2012, 8:38:07 PM (12 years ago)
Author:
gbo
Message:

2.4.B Compliance with Theme Stripped and plugin Piwishak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/admin/llgbo_admin.php

    r14421 r15076  
    330330                if (!isset($_POST['llgbo_header_favorites'])) {$_POST['llgbo_header_favorites'] = 'true';}
    331331                if (!isset($_POST['llgbo_header_recent_cats'])) {$_POST['llgbo_header_recent_cats'] = 'true';}         
    332                        
     332                if (!isset($_POST['llgbo_header_thePiwiShackControllerPage'])) {$_POST['llgbo_header_thePiwiShackControllerPage'] = 'true';}    
    333333                 
    334334                 $param_llgbo_header = array(
     
    343343                                        $_POST['llgbo_header_notification'], $_POST['llgbo_header_register'],
    344344                                        $_POST['llgbo_header_identification'], $_POST['llgbo_header_favorites'],
    345                                         $_POST['llgbo_header_recent_cats']);
     345                                        $_POST['llgbo_header_recent_cats'],  $_POST['llgbo_header_thePiwiShackControllerPage']);
    346346                $llgbo_newheader_value = implode ("," , $param_llgbo_header);
    347347               
     
    380380 if (isset($conf['LLGBO_HEADER'][19])) {$template->assign(array( 'LLGBO_HEADER_FAVORITES' => $conf['LLGBO_HEADER'][19]));}
    381381 if (isset($conf['LLGBO_HEADER'][20])) {$template->assign(array( 'LLGBO_HEADER_RECENT_CATS' => $conf['LLGBO_HEADER'][20]));}
     382 if (isset($conf['LLGBO_HEADER'][21])) {$template->assign(array( 'LLGBO_HEADER_THEPIWISHACKCONTROLLERPAGE' => $conf['LLGBO_HEADER'][21]));}
    382383
    383384 }
Note: See TracChangeset for help on using the changeset viewer.