regarding this step:
Quote:
6. Open your navbar template:
Find:
==================================
<!-- / nav buttons bar -->
==================================
Add After:
==================================
$banner
==================================
OR you could place $banner anywhere else you want your banners to be shown in your template.
Save
|
ive gone to my navbar template, and this is what i have...
Quote:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid XImageTransform.Microsoft.BasicImage(gray scale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
|
so i search.. to add, search function fails because line looking for doesnt exist.
So, question is, how do i get this modification to work?
Where can this go ($banner) ? Ideally i want it to be in the header. Ive tried pasting it in with no success. Where should it go?
The banners i have added are showing up in the admin cP