Ignore:
Timestamp:
Mar 14, 2012, 2:34:13 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/footer.tpl

    r13548 r13549  
    55    {'Powered by'|@translate} <a href="{$PHPWG_URL}">Piwigo</a>
    66     - <a href="{$themeconf.url}">{$themeconf.name}</a>
    7      - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
    8     {if isset($CONTACT_MAIL)}
     7    {if isset($U_LOGIN)}
     8    - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
     9    {/if}
     10    {if isset($U_LOGOUT)}
     11    - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
     12    {/if}
     13     {if isset($CONTACT_MAIL)}
    914    - {'Contact'|@translate}
    1015    <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
     
    1722  {/if}
    1823</div> <!-- the_page -->
    19 <script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/jquery-1.4.2.min.js"></script>
    20 <script type="text/javascript" src="{$ROOT_URL}themes/{$themeconf.theme_dir}/js/scripts.js"></script>
    2124{if isset($debug.QUERIES_LIST)}
    2225<div id="debug">
Note: See TracChangeset for help on using the changeset viewer.