Karpaty 2008-02-01 19:40 | How do you add pictures as navigations in the menu under the logo, just like its done in the demo version... Thanx in advance ;) » Quick.Cms v1.x |
panos 2008-02-02 17:05 | Karpaty
in templates/menu_1.tpl add
<!-- BEGIN LIST_FOOT --> <div align="center"> <br> <a href="http://WWW.YORDOMAIN/index.php?sLang=gr"> <img border="0" src="http://WWW.YORDOMAIN/templates/img/GR.gif" width="21" height="15"></a> <a href="http://WWW.YORDOMAINindex.php?sLang=en"> <img border="0" src="http://WWW.YORDOMAIN/templates/img/GB.gif" width="21" height="15"></a> </div> <div align="center">
<!-- END LIST_FOOT --> |