Ignore:
Timestamp:
Oct 2, 2011, 10:12:02 PM (13 years ago)
Author:
Zaphod
Message:

version 1.5.0 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/picture_content.tpl

    r12153 r12321  
    11{php}
    2         global $pwg_loaded_plugins, $conf;
     2        global $pwg_loaded_plugins, $conf, $stripped;
    33        $this->assign('HDShadowbox_loaded', isset($pwg_loaded_plugins[ 'HDShadowbox' ]));
    4         $config = unserialize( $conf['stripped'] );
    5         $this->assign( 'stripped', $config );
     4        $this->assign( 'stripped', $stripped );
    65{/php}
    76{if isset($high)}
Note: See TracChangeset for help on using the changeset viewer.