It is currently Thu Aug 28, 2008 8:12 pm

)

body { background-image: url(<?php echo $mosConfig_live_site;?>/templates/YOUR_TEMPLATE_NAME/images/your_image.jpg); }body {
background-image : url(../images/your_image.jpg);
}







snowsteve wrote:Thanks... I guess a more corect statement for my post above would have been... I cant seem to find any free Joomla templates that leverages the features provided by VirtueMart. and I was really looking fowrad to finding a tutotial template that incorporated the Virtuemart features...
any suggestions?





Jasper wrote:I have updated the Journal templates again... fixed a install bug and added some more visual elements to the skin.
Enjoy
The path to the templates has changed..
http://conceptweb.jabstar.nl/v2/index.p ... &Itemid=70

Jasper wrote:I have updated the Journal templates again... fixed a install bug and added some more visual elements to the skin.




Samsara2006 wrote:day - I did not get the error message from the URI that Jasper says is the new URI.
I was 2nding his motion that the original URI had changed.








<?PHP
// Image Changer
// image and site ID`s
$image1 = array(1,2,3,8,9,10,15,18,19);
$image2 = array(4,5,6,7,11,12,13,14,20,21);
$image3 = array(17,22,23,24,25,26,27,28,29,30);
// $image4 = array(17,22,23,24,25,26,27,28,29,30);
// $image5 = array(17,22,23,24,25,26,27,28,29,30);
// $image6 = array(17,22,23,24,25,26,27,28,29,30);
// $image7 = array(17,22,23,24,25,26,27,28,29,30);
// etc.
// looking for images
$header="head.jpg";
if (in_array($Itemid, $image1)) $header="head.jpg";
if (in_array($Itemid, $image2)) $header="head01.jpg";
if (in_array($Itemid, $image3)) $header="head02.jpg";
// if (in_array($Itemid, $image3)) $header="head03.jpg";
// if (in_array($Itemid, $image3)) $header="head04.jpg";
// if (in_array($Itemid, $image3)) $header="head05.jpg";
// if (in_array($Itemid, $image3)) $header="head06.jpg";
// if (in_array($Itemid, $image3)) $header="head07.jpg";
// etc.
?><?PHP
// Image Changer
// image and site ID`s
$image1 = array(1,2,3,25,26,27,49,50,51);
$image2 = array(4,5,6,28,29,30,52,53,54,55);
$image3 = array(7,8,9,31,32,33,56,57,58,59);
$image4 = array(10,11,12,34,35,36,60,61,62,63);
$image5 = array(13,14,15,37,38,39,64,65,66,67);
$image6 = array(16,17,18,40,41,42,68,69,70,71);
$image7 = array(19,20,21,43,44,45,72,73,74,75);
$image8 = array(22,23,24,46,47,48,76,77,78,79);
// etc.
// looking for images
$header="head.jpg";
if (in_array($Itemid, $image1)) $header="head.jpg";
if (in_array($Itemid, $image2)) $header="head01.jpg";
if (in_array($Itemid, $image3)) $header="head02.jpg";
if (in_array($Itemid, $image4)) $header="head03.jpg";
if (in_array($Itemid, $image5)) $header="head04.jpg";
if (in_array($Itemid, $image6)) $header="head05.jpg";
if (in_array($Itemid, $image7)) $header="head06.jpg";
if (in_array($Itemid, $image8)) $header="head07.jpg";
// etc.
?>











Return to FAQ Discussion Board
Users browsing this forum: No registered users and 0 guests