source: trunk/template/yoga/tags.tpl @ 2223

Last change on this file since 2223 was 2223, checked in by rvelices, 16 years ago
  • migrate many templates to smarty
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 536 bytes
Line 
1{* $Id: tags.tpl 2223 2008-02-28 02:41:48Z rvelices $ *}
2<div id="content">
3
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li>
7    </ul>
8    <h2>{'Tags'|@translate}</h2>
9  </div>
10
11  {if isset($tags)}
12  <ul id="fullTagCloud">
13    {foreach from=$tags item=tag}
14    <li><a href="{$tag.URL}" class="{$tag.CLASS}" title="{$tag.TITLE}">{$tag.NAME}</a></li>
15    {/foreach}
16  </ul>
17  {/if}
18
19</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.