Ignore:
Timestamp:
Oct 26, 2010, 11:42:43 PM (14 years ago)
Author:
repie38
Message:

feature:0001114
add an option to make the random image a link to gallery root url
will need an update in translation for DE, HU, ES and IT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Random_Header/admin/rh_admin.php

    r7401 r7412  
    3232                $me->rh_config[$pwg_templateID]['img_css']                              = $_POST[$pwg_templateID.'img_css'];
    3333                $me->rh_config[$pwg_templateID]['mode_background']              = (isset( $_POST[$pwg_templateID.'mode_background'] )) ? $_POST[$pwg_templateID.'mode_background'] : 'off' ;
     34                $me->rh_config[$pwg_templateID]['root_link']                    = (isset( $_POST[$pwg_templateID.'root_link'] )) ? $_POST[$pwg_templateID.'root_link'] : 'off' ;
    3435                $me->save_config();
    3536               
     
    4647                                'CONCAT_BEFORE'         => ($me->rh_config[$pwg_templateID]['concat_before']=='on') ? 'checked' : '',
    4748                                'CONCAT_AFTER'          => ($me->rh_config[$pwg_templateID]['concat_after']=='on') ? 'checked' : '',
     49                                'ROOT_LINK'             => ($me->rh_config[$pwg_templateID]['root_link']=='on') ? 'checked' : '',
    4850                                'HEAD_CSS'                      =>  $me->rh_config[$pwg_templateID]['head_css'],
    4951                                'IMG_CSS'                       =>  $me->rh_config[$pwg_templateID]['img_css'],
Note: See TracChangeset for help on using the changeset viewer.