Commit 1b8e792bc6980a1b1d19f13d199e09bf5879bd71

Authored by nbm
1 parent 1ff586f2

Template controlling how links in the left nav are displayed.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3463 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/standard_links.smarty 0 → 100644
  1 +<table border=0 width="100%" cellspacing = "0">
  2 +{ foreach from=$links key=k item=v }
  3 +<tr>
  4 +<td cellspacing="20" width="100%"><a href="{$v}">{$k}</a></td></tr><tr></tr><tr/><tr/><tr/><tr><td></td>
  5 +</tr>
  6 +{ /foreach }
  7 +</table>
... ...