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/about.tpl

    r948 r960  
    11<div id="content">
    2 
    32  <div class="titrePage">
    43    <ul class="categoryActions">
    5       <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/yoga/theme/home.png" class="button" alt="{lang:home}"/></a></li>
     4      <li>
     5        <a href="{U_HOME}" title="{lang:return to homepage}">
     6          <img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/>
     7        </a>
     8      </li>
    69    </ul>
    710    <h2>{lang:About}</h2>
Note: See TracChangeset for help on using the changeset viewer.