tevart2013-08-01 10:37 | Is it possible to show subpages always, not matter what page you are on? I have main menu as select option and based on selection i show them subpages. I just moved variable $sSubpagesList to container.tpl, which works ok, but subpages are gone, when you view some other page. » Quick.Cart v5.x |
treewood (OpenSolution)2013-08-01 13:45 | Edit actions/themes/default.php and find code:
if( !isset( $bBlockPage ) ){
and replace to
if( !isset( $bBlockPage ) ){ |
tevart2013-08-01 16:19 | thanks treewod |