Changeset 10114 for extensions


Ignore:
Timestamp:
Apr 6, 2011, 7:02:04 PM (13 years ago)
Author:
Zaphod
Message:

version 1.3.4 - bug correction in header.tpl

Location:
extensions/stripped
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/local_head.tpl

    r8112 r10114  
    66<![endif]-->
    77<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
     8
     9        {if $BODY_ID=='theCategoryPage' || $BODY_ID=='thePicturePage'}
     10                {include file='config.js.tpl'}
     11        {/if}
     12
     13        {if ($BODY_ID=='theCategoryPage')}
     14                {combine_script id='scripts-tcp' load='header' require='jquery.effects.blind' path='themes/stripped/js/scripts-tcp.js'}
     15        {/if}
     16
     17        {if $BODY_ID=='thePicturePage'}
     18                {combine_script id='scripts-tpp' load='header' require='jquery' path='themes/stripped/js/scripts-tpp.js'}
     19        {/if}
     20
     21        {if ($BODY_ID=='theMapListPage')}
     22                {combine_script id='scripts-tml' load='header' require='jquery' path='themes/stripped/js/scripts-tml.js'}
     23        {/if}
     24
     25  <script type="text/javascript">
     26    document.documentElement.className = 'js';
     27  </script>
  • extensions/stripped/readme.txt

    r10085 r10114  
    2727Changelog
    2828---------
     29
     30*** version 1.3.4
     31
     32- use of default header.tpl (specific config is moved to local_head.tpl)
    2933
    3034*** version 1.3.3
  • extensions/stripped/theme.css

    r9960 r10114  
    14711471#Tags .value            {width:auto;}
    14721472
     1473/* BBcodeBar Plugin ---------------------------------------------------------------------------- */
     1474
     1475.markItUpHeader ul:first-child {
     1476    height: 22px;
     1477}
     1478
    14731479/* PWG Stuffs Plugin --------------------------------------------------------------------------- */
    14741480
  • extensions/stripped/themeconf.inc.php

    r10085 r10114  
    22/*
    33Theme Name: stripped
    4 Version: 1.3.3
     4Version: 1.3.4
    55Description: stripped Theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=471
Note: See TracChangeset for help on using the changeset viewer.