Пример #1
0
// I-Metrics CMS
//----------------------------------------------------------------------------
// Script is intended to be used with:
// osCommerce, Open Source E-Commerce Solutions
// http://www.oscommerce.com
// Copyright (c) 2003 osCommerce
//----------------------------------------------------------------------------
// Released under the GNU General Public License
//----------------------------------------------------------------------------
*/
require 'includes/application_top.php';
if (!$current_abstract_id) {
    tep_redirect();
}
$cImage = new image_front();
if (!$cImage->is_zone_type($current_abstract_id, 'image_zones')) {
    tep_redirect();
}
$cImage = new image_front();
$abstract_array = $cImage->get_zone_data($current_abstract_id);
$breadcrumb->add($abstract_array['abstract_zone_name'], tep_href_link($g_script, 'abz_id=' . $current_abstract_id));
require 'includes/objects/html_start_sub1.php';
require 'includes/objects/html_start_sub2.php';
$heading_row = true;
require 'includes/objects/html_body_header.php';
$cImage = new image_front();
$abstract_array = $cImage->get_zone_data($current_abstract_id);
?>
            <div><h1><?php 
echo $abstract_array['abstract_zone_name'];
?>