Ciao forum di AV!
volevo chiedere se qualcuno sà come modificare il codice di overall_header.tpl per il cambio del logo in un template nel forum in php, esiste una immagine in jpg di nome header ma io ho scoperto che non basta upplodarla per cambiare il logo e bisogna modificare quel file in .tpl usando HTML che purtroppo non conosco benissimo (sto imparando...). qualcuno mi può aiutare?
overall_header.tpl ATTUALE:
Codice:
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META} {NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/millenniumFalcon/millenniumFalcon.css" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
var new_pm_flag = {PRIVATE_MESSAGE_NEW_FLAG};
if( new_pm_flag )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</HEAD>
<BODY BGCOLOR=#000000 marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="templates/millenniumFalcon/images/bg.jpg"><img src="templates/millenniumFalcon/images/header.jpg" width="384" height="125"></td>
<td background="templates/millenniumFalcon/images/bg.jpg" width="100%" align="center" valign="middle"><img src="templates/millenniumFalcon/images/menu.jpg" width="215" height="48" usemap="#Map" border="0"></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="4,3,28,17" href="{U_FAQ}">
<area shape="rect" coords="32,3,73,15" href="{U_SEARCH}">
<area shape="rect" coords="78,3,144,17" href="{U_MEMBERLIST}">
<area shape="rect" coords="148,3,211,17" href="{U_GROUP_CP}">
<area shape="rect" coords="11,18,56,32" href="{U_REGISTER}">
<area shape="rect" coords="59,17,98,31" href="{U_PROFILE}">
<area shape="rect" coords="104,16,201,32" href="{U_PRIVATEMSGS}">
<area shape="rect" coords="69,32,143,46" href="{U_LOGIN_LOGOUT}">
</map>
grazie in anticipo!