Hi ,
Open file index.php in templatesja_villadi folder, find code string about line 58:
<h1>
<a href=”index.php”>
<img src=”<?php echo $tmpTools->templateurl();?>/images/logo-<?php echo $tmpTools->getParam(JA_TOOL_COLOR);?>.jpg” alt=”<?php echo JURI::base();?>” />
</a>
</h1>
Replace this string to code:
<embed src=”link to flash file” type=”application/x-shockwave-flash” height=”110″></embed>
if you don’t want to display background on the top header, you open file template_css.css in templatesja_villadicss folder, find #ja-header class:
#ja-header {
margin-top: 8px;
clear: both;
text-align: left;
line-height: normal;
height: 110px;
position: relative;
background: url(../images/header-bg.jpg) no-repeat top left;
}
replace to:
#ja-header {
margin-top: 8px;
clear: both;
text-align: left;
line-height: normal;
height: 110px;
position: relative;
/*background: url(../images/header-bg.jpg) no-repeat top left;*/
}