Ignore:
Timestamp:
Dec 3, 2005, 6:33:38 PM (18 years ago)
Author:
chrisaga
Message:

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/category.tpl

    r949 r960  
    105105      <li>&nbsp;</li>
    106106      <!-- BEGIN caddie -->
    107       <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="./template/yoga/theme/caddie_add.png" class="button" alt="{lang:caddie}"/></a></li>
     107      <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a></li>
    108108      <!-- END caddie -->
    109109      <!-- BEGIN edit -->
    110       <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="./template/yoga/theme/category_edit.png" class="button" alt="{lang:edit}"/></a></li>
     110      <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li>
    111111      <!-- END edit -->
    112112    </ul>
Note: See TracChangeset for help on using the changeset viewer.