Ignore:
Timestamp:
May 20, 2011, 9:15:46 PM (13 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.2, thanks to plg
Add tr_TR (Turkish), thanks to Nakre
Add ar_SA thanks to bakir
Update year copyright
Fix a mispelling for a language key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/template/admin.tpl

    r6379 r10954  
    1 {html_head}
    2 <link rel="stylesheet" type="text/css" href="{$PWG_CUMULUS_PLUGIN_CSS}/admin.css">
    3 <link rel="stylesheet" type="text/css" href="{$PWG_CUMULUS_PLUGIN_CSS}/colorpicker.css">
    4 {known_script id="jquery" src=$ROOT_URL|cat:"themes/default/js/jquery.packed.js"}
    5 {known_script id="colorpicker" src="$PWG_CUMULUS_PLUGIN_JS/colorpicker.js"}
    6 {literal}
    7 <script type="text/javascript">
     1{combine_css path="$PWG_CUMULUS_PLUGIN_CSS/admin.css"}
     2{combine_css path="$PWG_CUMULUS_PLUGIN_CSS/colorpicker.css"}
     3
     4{combine_script id="colorpicker" require="jquery" path="$PWG_CUMULUS_PLUGIN_JS/colorpicker.js"}
     5{footer_script require="colorpicker"}{literal}
    86$(function() {
    97$('input.pwg-picker')
     
    3129});
    3230});
    33 </script>
    34 {/literal}
    35 {/html_head}
     31{/literal}{/footer_script}
    3632
    3733<div class="titrePage">
     
    4440
    4541<p>
    46 {'Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file'|@translate}  <strong>include/config_local.inc.php</strong> :<p>
     42{'You can choose that mode for tags default display mode by adding (or changing) in the configuration file'|@translate}  <strong>include/config_local.inc.php</strong> :<p>
    4743<pre>
    4844$conf['tags_default_display_mode'] = 'cumulus';
Note: See TracChangeset for help on using the changeset viewer.