Changeset 1629
- Timestamp:
- 08/30/07 01:10:20 (6 years ago)
- Files:
-
- 1 modified
-
website/templates/template_menu.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/templates/template_menu.html
r1614 r1629 7 7 <li [var.active; if [val]='news'; then 'class="active"';else '']><a href="?active=news" title="">News</a></li> 8 8 <li [var.active; if [val]='blog'; then 'class="active"';else '']><a href="http://umitproject.blogspot.com/" title="">Blog</a></li> 9 <li [var.active; if [val]='contact'; then 'class="active"';else '']><a href="?active=contact " title="">Contact Us</a></li>9 <li [var.active; if [val]='contact'; then 'class="active"';else '']><a href="?active=contacts" title="">Contact Us</a></li> 10 10 </ul> 11 11 </div>
