diff options
author | rub <rub@piwigo.org> | 2007-02-10 23:09:37 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-10 23:09:37 +0000 |
commit | e79d03c1fcabffa1cf58146decd03d8dfb5e0855 (patch) | |
tree | ea7217a40f231e962015d35d01f12e90f6bf4b16 /template/yoga | |
parent | 67a803676819d204a47383031e7312df44263432 (diff) |
Replace all flat_cat by flat.
git-svn-id: http://piwigo.org/svn/trunk@1800 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/icon/flat.png (renamed from template/yoga/icon/flat_cat.png) | bin | 754 -> 754 bytes | |||
-rw-r--r-- | template/yoga/index.tpl | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/icon/flat_cat.png b/template/yoga/icon/flat.png Binary files differindex 43584e825..43584e825 100644 --- a/template/yoga/icon/flat_cat.png +++ b/template/yoga/icon/flat.png diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 0fef1363f..c5ae1fbea 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -31,9 +31,9 @@ <li><a href="{mode_normal.URL}" title="{lang:mode_normal_hint}"><img src="{pwg_root}{themeconf:icon_dir}/normal_mode.png" class="button" alt="{lang:mode_normal_hint}"></a></li> <!-- END mode_normal --> - <!-- BEGIN flat_cat --> - <li><a href="{flat_cat.URL}" title="{lang:flat_cat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat_cat.png" class="button" alt="{lang:flat_cat_hint}"></a></li> - <!-- END flat_cat --> + <!-- BEGIN flat --> + <li><a href="{flat.URL}" title="{lang:flat_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/flat.png" class="button" alt="{lang:flat_hint}"></a></li> + <!-- END flat --> <!-- BEGIN mode_posted --> <li><a href="{mode_posted.URL}" title="{lang:mode_posted_hint}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/calendar.png" class="button" alt="{lang:mode_posted_hint}"></a></li> |