0){ $redirect_index = 0; if ( $show_content_id == constant( NEWSLETTER_ID_ . strtoupper( $lang_id ) ) ) { $redirect_index = ( sizeof($tc) - 1 ); } header("location: $SCRIPT_NAME?show_content_id=" . $tc[$redirect_index]["item_id"] . ( $nl_arch ? "&nl_arch=$nl_arch" : "" ) . ( $proj_id ? "&proj_id=$proj_id" : "" ) . "&set_lang_id=" . $lang_res[0]['lang_id'] ); exit(); } else unset($tc); } } // Pagrindinio meniu gavimas $main_menu = print_item_childs(0, "menu", $cms_cn); // Vaikuchiu gavimas $childs = print_item_childs((int)$show_content_id, "title3", $cms_cn); $page = TEMPLATE_PATH; if (!$show_content_id ) { $page .= "main.php"; } else { // Surandame esmo turinio kelia $path = build_path($show_content_id, $start_content_id); if ( $print ) { $page .= "print.php"; } else { $page .= "main.php"; } } include( $page ); if ( !isset($_COOKIE['popup_show'] ) ) { $rez = mysql_query( "SELECT width, height FROM catalog_container, images, img_rel WHERE catalog_container.active=1 AND catalog_container.type = 'popup' AND catalog_container.item_id = img_rel.parent_id AND images.id = img_rel.image_id ", $cms_cn); $row = mysql_fetch_row( $rez ); if ( !empty($row[0] ) ) { echo ''; setcookie( 'popup_show', 'showed', time()+3600*24 ); } } ?>