 2016-02-24 17:16 | i had to delete the banners from some pages.
i think the way would be create new page-xx.php
my problem: what to change (delete) that there will be no banner displayed ? » Quick.Cart v6.xwarm greetings |
 2016-02-24 17:52 | Hi, Similar solution exists on forum the OpenSolution site: http://opensolution.org/forum/?iTopic=12284 Waldemar |
 2016-02-24 18:46 | thanks waldemar...
in my case it looks rather different... but this seems to work..
<?php if( isset( $aData['iPage'] ) && $aData['iPage'] == $config['start_page'] ){ ?> <?php if( isset( $aBanners[2] ) ) echo $aBanners[2]; // here is displaying "Top - slider"
if( isset( $aBanners[0] ) ) echo $aBanners[0]; // here is displaying "Top - banner" ?> <?php } ?>
hoping, that i havn´t made a big error
warm greetings |