WebsiteBaker Support (2.8.x) > Templates, Menus & Design
on ech page a different image
crnogorac081:
You can try this way :)) I use it to switch the picture or switch the css id :)))
--- Code: ---<?php
if (PAGE_ID == 15) {
echo WB_URL.'/multimedija/slike/15.jpg';
} elseif (PAGE_ID == 16) {
echo WB_URL.'/multimedija/slike/16.jpg';
} elseif (PAGE_ID == 17) {
echo WB_URL.'/multimedija/slike/17.jpg';
} else {
echo WB_URL.'/multimedija/slike/bijela.jpg';
}
?>
--- End code ---
or
--- Code: --- <?php
if (PAGE_ID == 39) {
echo " <div id='container1'> ";
} elseif (PAGE_ID == 17) {
echo " <div id='container2'> ";
} else {
echo " <div id='container'> ";
}
?>
--- End code ---
cheersssss
Navigation
[0] Message Index
[*] Previous page
Go to full version