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

Location:
extensions/LLGBO2/admin
Files:
2 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 }
  • extensions/LLGBO2/admin/llgbo_adminheader.tpl

    r10453 r15076  
    6767                <td class="llgboinput"> {html_radios name='llgbo_header_about' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER_ABOUT}</td>
    6868         </tr> 
     69          <tr>
     70                <td class="llgbolabel">{'llgbo_header_thePiwiShackControllerPage'|@translate}</td>
     71                <td class="llgboinput"> {html_radios name='llgbo_header_thePiwiShackControllerPage' values='true,false'|@explode output='Yes,No'|@explode|translate selected=$LLGBO_HEADER_THEPIWISHACKCONTROLLERPAGE}</td>
     72         </tr> 
     73         
     74
    6975    <tr><td colspan="2"><br></td></tr>
    7076        <tr>
Note: See TracChangeset for help on using the changeset viewer.