Ignore:
Timestamp:
Sep 10, 2014, 10:28:54 AM (10 years ago)
Author:
JanisV
Message:

Removed unused elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/admin/admin.inc.php

    r29449 r29453  
    1212
    1313        $config['themeStyle']=$_POST['f_themeStyle'];
    14         $config['hideMenu']=isset($_POST['f_hideMenu']);
    15         $config['animatedMenu']=isset($_POST['f_animatedMenu']);
    1614        $config['noLowercase']=!isset($_POST['f_forceLowercase']);
    17         $config['albumType']=$_POST['f_albumType'];
    1815        $config['albumFrame']=isset($_POST['f_albumFrame']);
    1916        $config['thumbFrame']=isset($_POST['f_thumbFrame']);
    2017        $config['showThumbLegend']=isset($_POST['f_showThumbLegend']);
     18        $config['menuOnRight']=isset($_POST['f_menuOnRight']);
    2119
    2220        $config['showTitleOnBrowsePath']=isset($_POST['f_showTitleOnBrowsePath']);
Note: See TracChangeset for help on using the changeset viewer.