source: extensions/Juza/script.tpl @ 4447

Last change on this file since 4447 was 4447, checked in by vdigital, 14 years ago

[Update] For Juza - Add Juza's menu (Not active) except GALLERY and TAGS

Some details have been solved.
Still a lot of pending issues.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 852 bytes
Line 
1{known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"}
2{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"}
3{assign var=JUZA value=$ROOT_URL|@cat:"template/"|@cat:$themeconf.template|@cat:"/theme/"|@cat:$themeconf.theme}
4{known_script id="juza" src=$JUZA|@cat:"/js/juzascript.js"}
5<table cellspacing="0" class="juzabar">
6<tbody><tr>
7<td style="width: 155px;">HOME PAGE</td>
8<td style="width: 155px;">PORTFOLIO</td>
9<td style="width: 155px;"><a href="{$ROOT_URL}"><strong>GALLERIES</strong></a></td>
10<td style="width: 155px;"><a title="See available tags" href="tags.php"><strong>TAGS</strong></a></td>
11<td style="width: 155px;">ABOUT JUZA</td>
12<td style="width: 155px;">E-MAIL</td>
13<td style="width: 155px;">LINKS</td>
14<td style="width: 155px;">JUZA FORUM</td>
15</tr>
16</tbody></table>
Note: See TracBrowser for help on using the repository browser.