Ignore:
Timestamp:
Jan 18, 2010, 1:49:31 PM (14 years ago)
Author:
boulde
Message:

replace the names of theme and template with the corresponding variable + add a variable for the url

Location:
extensions/Simple_Grey
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/footer.tpl

    r4456 r4703  
    33    {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
    44    {/if}
    5     {'powered_by'|@translate} <a href="http://piwigo.org/">Piwigo</a> - Thème <a href="http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo">Simple Grey</a>
     5    {'powered_by'|@translate} <a href="http://piwigo.org/">Piwigo</a> - <a href="{$themeconf.url}">{$themeconf.template} {$themeconf.theme}</a>
    66  </div> <!-- copyright -->
    77  {if isset($footer_elements)}
  • extensions/Simple_Grey/theme/grey/theme.css

    r4456 r4703  
    3333
    3434h2, h3 {
    35     font-variant: small-caps;
     35  font-variant: small-caps;
     36}
     37
     38#copyright {
     39  font-variant: small-caps;
     40  text-transform: lowercase;
    3641}
    3742
  • extensions/Simple_Grey/theme/grey/themeconf.inc.php

    r4456 r4703  
    33  'template' => 'simple',
    44  'theme' => 'grey',
     5  'url' => 'http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo',
    56  'template_dir' => 'template/simple',
    67  'icon_dir' => 'template/simple/icon',
Note: See TracChangeset for help on using the changeset viewer.