Hataz |
|
---|---|
I want this http://i737.photobucket.com/albums/xx16/Lizardlad/Themes/banner.gif banner to replace the current one on my site http://mediaworld.sitefrost.com/index.php
here is my current header.tpl for sed-dark <!-- BEGIN: HEADER --> {HEADER_DOCTYPE} <html xmlns="http://www.w3.org/1999/xhtml" > <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-Dark / 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.skinlang.header.Login}</a> • <a href="users.php?m=register">{PHP.skinlang.header.Register}</a> • <a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a></div> <strong>{PHP.skinlang.header.Welcome}</strong> <!-- END: GUEST --> <!-- BEGIN: USER --> <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 --> Now what should I add or replace to get http://i737.photobucket.com/albums/xx16/Lizardlad/Themes/banner.gif as my banner/logo |
pieter |
|
---|---|
The banner in sed-dark is in the background. It is not a separated images.
It is http://mediaworld.sitefrost.com/datas/users/untitled_13.png Or you change it there. Or you go to http://www.cotonti.com/downloads/skins/Sed-Dark-Skin and download the link I gave in the comments. There is a version with a real banner and not integrated in the background. Easiest is to copy your banner into this ![]() ... can we help you ...
|