|
From: Jon O. <jon...@us...> - 2008-11-01 21:12:36
|
Update of /cvsroot/mxbb/core/templates/mxBase2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32405/mxBase2 Modified Files: overall_header.tpl Log Message: A bunch of minor template updates, solving minor bugs and other typhos... Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/mxBase2/overall_header.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header.tpl 27 Apr 2008 18:40:24 -0000 1.3 --- overall_header.tpl 1 Nov 2008 21:12:25 -0000 1.4 *************** *** 6,11 **** --- 6,13 ---- <meta http-equiv="Content-Style-Type" content="text/css"> <!-- IF SET_BASE --><base href="{U_PORTAL_ROOT_PATH}" ><!-- ENDIF --> + {META} {NAV_LINKS} + <title>{SITENAME} :: {PAGE_TITLE}</title> <!-- IF PHPBB --> *************** *** 20,23 **** --- 22,26 ---- <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_GECKO_STYLESHEET}" type="text/css" > <!-- ENDIF --> + {MX_ADDITIONAL_CSS_FILES} {MX_ICON_CSS} |