Changeset 23537


Ignore:
Timestamp:
Jun 25, 2013, 9:42:28 PM (11 years ago)
Author:
flop25
Message:

no more {php}
part1

Location:
extensions/stripped/template
Files:
5 edited

Legend:

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

    r22330 r23537  
    1 {php}
    2         global $pwg_loaded_plugins;
    3         $this->assign('GMaps_loaded', isset($pwg_loaded_plugins[ 'GMaps' ]));
    4         $this->assign('ThumbScroller_loaded', isset($pwg_loaded_plugins[ 'rv_tscroller' ]));
    5 {/php}
    61<div class="titrePage">
    72        <div class="browsePath">
  • extensions/stripped/template/mainpage_categories.tpl

    r21217 r23537  
    1 {php}
    2         global $stripped;
    3         $this->assign( 'stripped', $stripped );
    4 {/php}
    51{footer_script}
    62  var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
  • extensions/stripped/template/picture.tpl

    r21995 r23537  
    6161                <li class="plugin_buttons plugin_buttons_group2">{*caddie management END*}</li>
    6262    </ul>
    63                 {php}
    64                         global $pwg_loaded_plugins;
    65                         $this->assign('GMaps_loaded', isset($pwg_loaded_plugins[ 'GMaps' ]));
    66                 {/php}
    6763                {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
    6864        <div style="clear:both;"></div>
     
    9793                {assign var='showTitle' value=true}
    9894        {/if}
    99 
    100         {php}
    101                 global $pwg_loaded_plugins;
    102                 $this->assign('usertags', (isset($pwg_loaded_plugins[ 'user_tags' ])));
    103         {/php}
    10495
    10596<div id="theImageAndTitle">
  • extensions/stripped/template/picture_content.tpl

    r20443 r23537  
    1 {php}
    2         global $pwg_loaded_plugins, $conf, $stripped;
    3         $this->assign('HDShadowbox_loaded', isset($pwg_loaded_plugins[ 'HDShadowbox' ]));
    4         $this->assign( 'stripped', $stripped );
    5 {/php}
    61{assign var=derivative value=$pwg->derivative($stripped.imageSize, $current.src_image)}
    72
  • extensions/stripped/template/thumbnails.tpl

    r21217 r23537  
    1 {php}
    2         global $stripped;
    3         $this->assign( 'stripped', $stripped );
    4 {/php}
    51{footer_script}
    62  var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png", max_requests = {$maxRequests};
     
    1410  {combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
    1511  {/if}
    16   {php}
    17                         global $pwg_loaded_plugins, $conf, $stripped;
    18                         $this->assign( 'stripped', $stripped );
    19                 {/php}
    2012                <li>
    2113                        <span class="wrap1">
Note: See TracChangeset for help on using the changeset viewer.