Ignore:
Timestamp:
Nov 24, 2013, 3:50:19 PM (10 years ago)
Author:
mistic100
Message:

fix typo + indent code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/public_controller.tpl

    r25657 r25675  
    1717
    1818  {assign var=datepicker_language value='themes/default/js/ui/i18n/jquery.ui.datepicker-'|cat:$lang_info.code|cat:'.js'}
    19   {if 'PHPWG_ROOT_PATH'|@constant|@cat:$datepicker_language|@file_exists}
    20   {combine_script id='jquery.ui.datepicker'|cat:$lang_info.code load='footer' path=$datepicker_language}
     19  {if 'PHPWG_ROOT_PATH'|constant|cat:$datepicker_language|file_exists}
     20  {combine_script id='jquery.ui.datepicker-'|cat:$lang_info.code load='footer' path=$datepicker_language}
    2121  {/if}
    2222
     
    3232  <ul id="ato_header_root">
    3333    <li><a href="#" class="icon-ato-cancel close-panel"></a></li>
    34     <li class="parent"><a href="#" class="icon-menu">{'Admin panel'|translate}</a>
     34    <li class="parent"><a href="#" class="icon-menu">{'Administration'|translate}</a>
    3535      <ul>
    3636        <li><a class="icon-picture" href="{$ato.U_SITE_ADMIN}batch_manager">{'Photos'|translate}</a></li>
Note: See TracChangeset for help on using the changeset viewer.