Ciao Ragazzi,
cercando nel forum ho visto che per cambiare l'header del template con una in flash devo inserire un codice come questo:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="223">
<param name="movie" value="header.swf">
<param name="quality" value="high"><param name="LOOP" value="false">
<embed src="header.swf" width="778" height="223" loop="false" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
ma io, essendo un newbye di joomla non so come inserirlo nell'index...
vi faccio vedere com'è il mio index per favore fatemi capire come lo devo modificare:?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<link href="<?php echo $mosConfig_live_site;?>/templates/car2/css/template_css.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="900" id="table1">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2">
<tr>
<td class="top1"><?php mosLoadModules ( 'user3', -1); ?></td>
<td class="top2"><?php mosLoadModules ( 'user4', -1); ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img border="0" src="<?php echo $mosConfig_live_site;?>/templates/car2/images/logo.jpg" border="0" align="middle" /></td>
</tr>
<?
if ( mosCountModules ('right') ) {
?>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3" class="main_div">
<tr>
<td width="197" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4">
<tr>
<td class="left" valign="top"><?php mosLoadModules ( 'left', -2 ); ?></td>
</tr>
</table>
</td>
<td class="main_body">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6">
<?
if ( mosCountModules ('user1') ) {
?>
<tr>
<td class="newsflash1"><?php mosLoadModules ( 'user1', -1 ); ?></td>
</tr>
<?
}
?>
<tr>
<td class="center"><?php mosMainBody(); ?></td>
</tr>
</table>
</td>
<td width="196" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5">
<tr>
<td class="right" valign="top"><?php mosLoadModules ( 'right', -3 ); ?></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="footer">RealSound Studio di Corvi Wahoomi - P.I. 02319980344[/url]</td>
</tr>
<?
}
else{
?>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3" class="main_div2">
<tr>
<td width="197" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4">
<tr>
<td class="left" valign="top"><?php mosLoadModules ( 'left', -2 ); ?></td>
</tr>
</table>
</td>
<td class="main_body2">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6">
<?
if ( mosCountModules ('user1') ) {
?>
<tr>
<td class="newsflash2"><?php mosLoadModules ( 'user1', -1 ); ?></td>
</tr>
<?
}
?>
<tr>
<td class="center2"><?php mosMainBody(); ?></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="footer2">RealSound Studio di Corvi Wahoomi - P.I. 02319980344[/url]</td>
</tr>
<?
}