WebsiteBaker Support (2.8.x) > Templates, Menus & Design

on ech page a different image

<< < (2/2)

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.&#39;/multimedija/slike/15.jpg&#39;;
} elseif (PAGE_ID == 16) {
    echo WB_URL.&#39;/multimedija/slike/16.jpg&#39;;
} elseif (PAGE_ID == 17) {
    echo WB_URL.&#39;/multimedija/slike/17.jpg&#39;;
} else {
echo WB_URL.&#39;/multimedija/slike/bijela.jpg&#39;;
}
?>

--- End code ---

or


--- Code: ---    <?php
    if (PAGE_ID == 39) {
        echo " <div id=&#39;container1&#39;> ";
    } elseif (PAGE_ID == 17) {
        echo " <div id=&#39;container2&#39;> ";
    } else {
    echo " <div id=&#39;container&#39;> ";
    }
    ?>

--- End code ---

cheersssss

Navigation

[0] Message Index

[*] Previous page

Go to full version