help rotaters - Joomla! Forum - community, help and support
hi iam new on joomla , ive used beez 2 templet , styled hell out of it, wanted add rotator on header logo cover, each time u vist image changers, add php code the index page
<?php
$bg = array('personal2.png','personal3.png','personal4.png','personal5.png');
$i = rand(0, count($bg)-1);
$selectedbg = "$bg[$i]";
?>
.logoheader
{
background: #0c1a3e url(../images/personal/<?php echo $selectedbg;?>)
}
the code works on home page, none of other pages, not sure how fix this,
can help
<?php
$bg = array('personal2.png','personal3.png','personal4.png','personal5.png');
$i = rand(0, count($bg)-1);
$selectedbg = "$bg[$i]";
?>
.logoheader
{
background: #0c1a3e url(../images/personal/<?php echo $selectedbg;?>)
}
the code works on home page, none of other pages, not sure how fix this,
can help
hi, have tried write full url images folder, like: http://www.yoursite.com/images/personal/
Comments
Post a Comment