|
From: Jon O. <jon...@us...> - 2008-11-01 21:12:32
|
Update of /cvsroot/mxbb/core/templates/mxBase1 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32405/mxBase1 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/mxBase1/overall_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header.tpl 21 Feb 2008 20:03:35 -0000 1.2 --- overall_header.tpl 1 Nov 2008 21:12:25 -0000 1.3 *************** *** 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} |