The code for banners is defined in /cncat_config/banners.php file.
Each banner is described in the following way:
$CNCAT["banner"]["banner ID"] =<<<CNCAT_40_BANNER
banner code
CNCAT_40_BANNER;
Also you can change the code for the banners you need and delete it for useless banners.
By default, there are seven banners which ID's are listed below:
page_top – banner at the top of the page;
page_left – banner in the left-hand part of the page;
page_right – banner in the right-hand part of the page;
page_bottom – banner at the bottom of the page;
items_top – banner before the links section;
items_middle – banner in the middle of the links section;
items_bottom – banner after the links section.
Banner code can contain any HTML-text except for the string «CNCAT_40_BANNER».
Also, you can define the banner code as a simple string, for example:
$CNCAT["banner"]["banner_identifier"] = "banner code";
In this case, you need to place symbol «\» before the double quotes, for example:
$CNCAT["banner"]["page_top"] = "Ltd \"Catalogue-Construct\" – constructing catalogues.";
Brak komentarzy
Dodaj komentarz:
Komentarz:
Twoja ocena: - Nie - 1 2 3 4 5 6 7 8 9 10