barkerb23 |
|
---|---|
same thing. heres my header.tpl plz fix it
![]() <!-- BEGIN: HEADER --> {HEADER_DOCTYPE} <html xmlns="http://www.w3.org/1999/xhtml" {FB_XMLNS}> <head> <meta http-equiv="content-type" content="{HEADER_META_CONTENTTYPE}; charset={HEADER_META_CHARSET}" /> <meta name="description" content="{HEADER_META_DESCRIPTION}" /> <meta name="keywords" content="{HEADER_META_KEYWORDS}" /> <meta name="generator" content="Cotonti http://www.cotonti.com" /> <meta http-equiv="expires" content="Fri, Apr 01 1974 00:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="last-modified" content="{HEADER_META_LASTMODIFIED} GMT" /> {HEADER_HEAD} {HEADER_BASEHREF} <link rel="shortcut icon" href="favicon.ico" /> <link href="skins/{PHP.skin}/{PHP.theme}.css" type="text/css" rel="stylesheet" /> {HEADER_COMPOPUP} <title>{HEADER_TITLE}</title> </head> <!-- SED-Light / Designed By: Xiode - XiodeStudios.Com & Alx - AlxDesign.com / Programming By: Xiode - XiodeStudios.Com --> <!-- Copyright (c) XiodeStudios.Com. All Rights Reserved. Please read included Readme for more information. --> <body> <div id="top"> <div id="container"> <div id="header"> <div id="userBar"> <!-- BEGIN: GUEST --> <div class="userBarR"><a href="users.php?m=auth">{PHP.L.Login}</a> • <a href="users.php?m=register">{PHP.L.Register}</a> • <a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a></div> <strong>{PHP.skinlang.header.Welcome}</strong> <!-- END: GUEST --> <!-- BEGIN: USER --> {FB_LOGIN} {FB_LOGOUT} {FB_LOGIN_REGISTER} {FB_LOGIN_URL} {FB_LOGOUT_URL} {FB_REGISTER_URL} <div class="userBarR">{HEADER_USER_LOGINOUT}</div> <b>{HEADER_LOGSTATUS}</b> <div class="userBarL">{HEADER_USER_ADMINPANEL} | {HEADER_USERLIST} | {HEADER_USER_PROFILE} | {HEADER_USER_PFS} | {HEADER_USER_PMREMINDER}<br />{HEADER_NOTICES}</div> <!-- END: USER --> </div> <div id="navBar"> <div class="text">{PHP.cfg.menu1}</div> <div class="homeLink"><a href="{PHP.cfg.mainurl}" title="{PHP.L.Home}">{PHP.L.Home}</a></div> </div> </div> <div id="content"> <!-- END: HEADER --> |