<?php

/*
$Id$

  osCmax e-Commerce
  http://www.oscmax.com

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
require 'includes/application_top.php';
require bts_select('language', FILENAME_AFFILIATE_BANNERS_BUILD);
$breadcrumb->add(NAVBAR_TITLE_1, tep_href_link(FILENAME_AFFILIATE_BANNERS_BUILD));
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php 
echo HTML_PARAMS;
?>
>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo CHARSET;
?>
">
<base href="<?php 
echo ($request_type == 'SSL' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG;
?>
">
<title><?php 
예제 #2
0
<?php

/*
$Id$

  osCmax e-Commerce
  http://www.oscmax.com

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
require 'includes/application_top.php';
$navigation->remove_current_page();
require bts_select('language', FILENAME_POPUP_COUPON_HELP);
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html <?php 
echo HTML_PARAMS;
?>
>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php 
echo CHARSET;
?>
">
<base href="<?php 
echo ($request_type == 'SSL' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG;
?>
">
<title><?php 
예제 #3
0
  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
?>
<script src="http://www.google.com/jsapi"></script>
<script>
  // Load jQuery
  google.load("jquery", "1.4.0");
</script>
<script type="text/javascript" src="includes/javascript/slimbox2/slimbox2.js"></script>
<?php 
include DIR_WS_INCLUDES . 'javascript/sbcustom.php';
?>
<link rel="stylesheet" type="text/css" href="<?php 
echo bts_select('stylesheet', 'slimbox2.css');
// BTSv1.5
?>
">
<script type="text/javascript">
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
//--></script>
<script type="text/javascript"> 
// Plus/Minus Code
function TextBox_AddToIntValue(targetId,addToValue)
{var input=document.getElementById(targetId);var textInt=parseInt(input.value);if(isNaN(textInt))
{textInt=0;}
input.value=textInt+addToValue;if(input.value<=1){input.value=1;}}
</script>
예제 #4
0
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
              <table border="0" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td><?php 
if ($corner_bottom_left == 'rounded') {
    $corner = 'bottom_left.png';
} else {
    $corner = 'bottom_left_sq.png';
}
echo tep_image(bts_select('images', 'infobox/' . $corner));
?>
</td>
                  <td width="100%" height="5" class="infoBoxBottom"></td>
                  <td><?php 
if ($corner_bottom_left == 'rounded') {
    $corner = 'bottom_right.png';
} else {
    $corner = 'bottom_right_sq.png';
}
echo tep_image(bts_select('images', 'infobox/' . $corner));
?>
</td>
                </tr>
              </table>
            </td>
          </tr>
예제 #5
0
</table>
<!-- Store width controller -->
</div>
<div class="closing_shadow"></div>
<div class="page_footer">
      <!-- Page Module Controller -->
        <?php 
include DIR_WS_MODULES . FILENAME_FOOTER_PAGE_MODULES;
?>
      <!-- Page Module Controller -->
</div>

<?php 
if (bts_select('javascript', $PHP_SELF)) {
    // if a specific javscript file exists for this page it will be loaded
    require bts_select('javascript', $PHP_SELF);
} else {
    if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) {
        require DIR_WS_JAVASCRIPT . basename($javascript);
    }
}
if ($pfile == 'index.php') {
    if (isset($LoadSlideshowJS) && $LoadSlideshowJS == true) {
        echo '<script type="text/javascript" src="http://www.google.com/jsapi"></script>';
        echo '<script type="text/javascript">' . "\n";
        echo '// Load jQuery' . "\n";
        echo 'google.load("jquery", "1.4.0");' . "\n";
        echo '</script>' . "\n";
        echo '<script type="text/javascript" src="' . DIR_WS_JAVASCRIPT . 'showcase.2.0.js"></script>';
        require DIR_WS_JAVASCRIPT . 'slideshow_init.js.php';
    }
예제 #6
0
echo bts_select('stylesheet', 'jqzoom.css');
// BTSv1.5
?>
">
<link rel="stylesheet" type="text/css" href="<?php 
echo bts_select('stylesheet', 'slimbox2.css');
// BTSv1.5
?>
">
<link rel="stylesheet" type="text/css" href="<?php 
echo bts_select('stylesheet', 'dynamic_mopics.css');
// BTSv1.5
?>
">
<link rel="stylesheet" type="text/css" href="<?php 
echo bts_select('stylesheet', 'scrollable.css');
// BTSv1.5
?>
">
<script language="javascript" type="text/javascript"><!--
	function popupImage(url, imageHeight, imageWidth) {
		var newImageHeight = (parseInt(imageHeight) + 40);
		var yPos = ((screen.height / 2) - (parseInt(newImageHeight) / 2));
		var xPos = ((screen.width / 2) - (parseInt(imageWidth) / 2));

		imageWindow = window.open(url,'popupImages','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=' + imageWidth + ',height=' + newImageHeight + ',screenY=' + yPos + ',screenX=' + xPos + ',top=' + yPos + ',left=' + xPos);

		imageWindow.moveTo(xPos, yPos);
		imageWindow.resizeTo(parseInt(imageWidth), parseInt(newImageHeight));

		if (window.focus) {
예제 #7
0
// if no shipping method has been selected, redirect the customer to the shipping method selection page
if (!tep_session_is_registered('shipping') || !tep_session_is_registered('sendto')) {
    /* One Page Checkout - BEGIN */
    //    tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));
    /* One Page Checkout - END */
}
if (tep_not_null(MODULE_PAYMENT_INSTALLED) && !tep_session_is_registered('payment')) {
    tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));
}
// avoid hack attempts during the checkout procedure by checking the internal cartID
if (isset($cart->cartID) && tep_session_is_registered('cartID')) {
    if ($cart->cartID != $cartID) {
        tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'));
    }
}
require bts_select('language', FILENAME_CHECKOUT_PROCESS);
/* One Page Checkout - BEGIN */
if (ONEPAGE_CHECKOUT_ENABLED == 'True') {
    require 'includes/classes/onepage_checkout.php';
    $onePageCheckout = new osC_onePageCheckout();
}
/* One Page Checkout - END */
// load selected payment module
require DIR_WS_CLASSES . 'payment.php';
// LINE ADDED: MOD - CREDIT CLASS Gift Voucher Contribution
if ($credit_covers) {
    $payment = 'credit_covers';
}
$payment_modules = new payment($payment);
// load the selected shipping module
require DIR_WS_CLASSES . 'shipping.php';
예제 #8
0
<?php 
}
?>
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td height="14"><?php 
echo tep_image(bts_select('images', 'infobox/top_left.png'));
?>
</td>
            <td width="100%" height="14" class="infoBoxHeading">&nbsp;<?php 
echo HEADING_SEARCH_CRITERIA;
?>
</td>
            <td height="14" nowrap><?php 
echo tep_image(bts_select('images', 'infobox/top_right.png'));
?>
</td>
          </tr>
        </table>
        <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
          <tr>
            <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
              <tr>
                <td><?php 
echo tep_draw_separator('pixel_trans.gif', '100%', '1');
?>
</td>
              </tr>
              <tr>
                <td class="boxText" align="center"><?php 
예제 #9
0
 function contentBoxHeading($contents)
 {
     $this->table_width = '100%';
     $this->table_cellpadding = '0';
     $info_box_contents = array();
     $info_box_contents[] = array(array('text' => tep_image(bts_select('images', 'infobox/top_left.png'))), array('params' => 'class="contentBoxHeading" width="100%"', 'text' => $contents[0]['text']), array('text' => tep_image(bts_select('images', 'infobox/top_right.png'))));
     $this->tableBox($info_box_contents, true);
 }
예제 #10
0
        tep_redirect(tep_href_link(FILENAME_DEFAULT));
    }
    // EOF Separate Pricing Per Customer v4.2.x, Hide products from groups mod
}
// if (isset($_GET['action']))
// include the who's online functions
require DIR_WS_FUNCTIONS . 'whos_online.php';
tep_update_whos_online();
// include the password crypto functions
require DIR_WS_FUNCTIONS . 'password_funcs.php';
// include validation functions (right now only email address)
require DIR_WS_FUNCTIONS . 'validations.php';
// split-page-results
require DIR_WS_CLASSES . 'split_page_results.php';
// infobox
require bts_select('include', 'classes/boxes.php');
// auto activate and expire banners
require DIR_WS_FUNCTIONS . 'banner.php';
tep_activate_banners();
tep_expire_banners();
// auto expire special products
require DIR_WS_FUNCTIONS . 'specials.php';
tep_expire_specials();
// BOF Open Featured Sets
require DIR_WS_FUNCTIONS . 'featured_sets.php';
if (SUSPEND_FEATURED_SETS_EXPIRING == 'false') {
    // auto expire featured products
    tep_expire_featured();
    // auto expire featured manufacturers
    tep_expire_featured_manufacturers();
    // auto expire featured manufacturer
예제 #11
0
		    <!-- right_navigation_eof //-->
		    </table></td>
		<?php 
        } else {
            if (ONEPAGE_SHOW_OSC_COLUMNS == 'true') {
                ?>
			    <td class="rightcol" width="<?php 
                echo BOX_WIDTH_RIGHT;
                ?>
" valign="top"><table border="0" width="<?php 
                echo BOX_WIDTH_RIGHT;
                ?>
" cellspacing="0" cellpadding="2">
			    <!-- right_navigation //-->
			    <?php 
                require bts_select('column', 'column_right.php');
                // BTSv1.5
                ?>
			    <!-- right_navigation_eof //-->
			    </table></td>
			<?php 
            } elseif (ONEPAGE_SHOW_CUSTOM_COLUMN == 'true') {
                ?>
  
				<td width="<?php 
                echo BOX_WIDTH_RIGHT;
                ?>
" valign="top"><table border="0" width="<?php 
                echo BOX_WIDTH_RIGHT;
                ?>
" cellspacing="0" cellpadding="2">
define('FILENAME_AFFILIATE_BANNERS_PRODUCT', 'affiliate_banners_product.php');
define('FILENAME_AFFILIATE_BANNERS_TEXT', 'affiliate_banners_text.php');
define('FILENAME_AFFILIATE_SHOW_BANNER', 'affiliate_show_banner.php');
define('FILENAME_AFFILIATE_REPORTS', 'affiliate_reports.php');
define('FILENAME_AFFILIATE_CLICKS', 'affiliate_clicks.php');
define('FILENAME_AFFILIATE_VALIDPRODUCTS', 'affiliate_validproducts.php');
define('FILENAME_AFFILIATE_PASSWORD', 'affiliate_password.php');
define('FILENAME_AFFILIATE_PASSWORD_FORGOTTEN', 'affiliate_password_forgotten.php');
define('FILENAME_AFFILIATE_SALES', 'affiliate_sales.php');
define('FILENAME_AFFILIATE_SIGNUP', 'affiliate_signup.php');
define('FILENAME_AFFILIATE_SIGNUP_OK', 'affiliate_signup_ok.php');
define('FILENAME_AFFILIATE_PAYMENT', 'affiliate_payment.php');
// include the language translations
//Line Changed Bug Fix #1316 http://bugtrack.oscmax.com/view.php?id=1316
//require(DIR_WS_LANGUAGES . $language . '/affiliate.php');
require bts_select('language', 'affiliate.php');
$affiliate_clientdate = date("Y-m-d H:i:s");
$affiliate_clientbrowser = isset($_SERVER["HTTP_USER_AGENT"]);
$affiliate_clientip = isset($_SERVER["REMOTE_ADDR"]);
$affiliate_clientreferer = isset($_SERVER["HTTP_REFERER"]);
if (!isset($_SESSION['affiliate_ref'])) {
    tep_session_register('affiliate_ref');
    tep_session_register('affiliate_clickthroughs_id');
    if (isset($_GET['ref']) || isset($_POST['ref'])) {
        if ($_GET['ref']) {
            $affiliate_ref = $_GET['ref'];
        }
        if ($_POST['ref']) {
            $affiliate_ref = $_POST['ref'];
        }
        if ($_GET['products_id']) {
예제 #13
0
*/
header("Content-type: application/rss+xml");
require 'includes/application_top.php';
function mysqlTimestamp2unix($input)
{
    $y = substr($input, 0, 4);
    $m = substr($input, 6, 2);
    $d = substr($input, 9, 2);
    $h = substr($input, 12, 2);
    $min = substr($input, 15, 2);
    $s = substr($input, 18, 2);
    return mktime($h, $min, $s, $m, $d, $y);
}
//1234567890123456789
//2007-01-01 15:48:04
require bts_select('language', FILENAME_ARTICLE_RSS);
$language_query = tep_db_query("select code from " . TABLE_LANGUAGES . " where languages_id = '" . (int) $languages_id . "'");
$language_code = tep_db_fetch_array($language_query);
$code_lang = $language_code['code'];
echo "<?xml version='1.0' ?><rss version='2.0'><channel>\n\n\n     <title>" . NEWS_TITLE . "</title>\n";
echo "<link>" . HTTP_SERVER . "</link>\n";
echo "<description>" . NEWS_DESCRIPTION . "</description>\n";
echo "<language>" . $code_lang . "</language>\n";
echo "<docs>" . HTTP_SERVER . DIR_WS_CATALOG . FILENAME_ARTICLE_RSS . "</docs>\n";
//   $news_query_raw = tep_db_query("select nd.name, n.date_created, nd.content, n.id from " . TABLE_NEWS . " n, " . TABLE_NEWS_DESC . " nd where nd.language_id = '" . (int)$languages_id . "' and n.id = nd.news_id order by n.id desc 																																																												 																																																												 																																																												 																																																												 																																																												 																																																												 																																																												 																																		" );
/*$news_query_raw = tep_db_query("select a.articles_id, a.authors_id, a.articles_date_added, ad.articles_name, ad.articles_head_desc_tag, ad.articles_description, au.authors_name, td.topics_name, a2t.topics_id from " . TABLE_ARTICLES . " a left join " . TABLE_AUTHORS . " au using(authors_id), " . TABLE_ARTICLES_DESCRIPTION . " ad, " . TABLE_ARTICLES_TO_TOPICS . " a2t left join " . TABLE_TOPICS_DESCRIPTION . " td using(topics_id) where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '" . (int)$languages_id . "' and td.language_id = '" . (int)$languages_id . "' order by a.articles_date_added desc, ad.articles_name limit". NEWS_RSS_ARTICLE);*/
$news_query_raw = tep_db_query("select a.articles_id, a.authors_id, a.articles_date_added, ad.articles_name, ad.articles_head_desc_tag, ad.articles_description, au.authors_name, td.topics_name, a2t.topics_id from " . TABLE_ARTICLES . " a left join " . TABLE_AUTHORS . " au using(authors_id), " . TABLE_ARTICLES_DESCRIPTION . " ad, " . TABLE_ARTICLES_TO_TOPICS . " a2t left join " . TABLE_TOPICS_DESCRIPTION . " td using(topics_id) where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '" . (int) $languages_id . "' and td.language_id = '" . (int) $languages_id . "' order by a.articles_date_added desc, ad.articles_name limit " . NEWS_RSS_ARTICLE);
// use language_id for language support.
while ($content_rec = tep_db_fetch_array($news_query_raw)) {
    echo "<item>";
    $headline = $content_rec['articles_name'];
예제 #14
0
function tep_cache_manufacturers_box($auto_expire = false, $refresh = false)
{
    global $_GET, $language;
    $cache_output = '';
    $manufacturers_id = '';
    if (isset($_GET['manufacturers_id']) && is_numeric($_GET['manufacturers_id'])) {
        $manufacturers_id = $_GET['manufacturers_id'];
    }
    if ($refresh == true || !read_cache($cache_output, 'manufacturers_box-' . str_replace('/', '-', bts_select('boxes', $box_base_name)) . '-' . $language . '.cache' . $manufacturers_id, $auto_expire)) {
        ob_start();
        include DIR_WS_BOXES . 'manufacturers.php';
        $cache_output = ob_get_contents();
        ob_end_clean();
        write_cache($cache_output, 'manufacturers_box-' . str_replace('/', '-', bts_select('boxes', $box_base_name)) . '-' . $language . '.cache' . $manufacturers_id);
    }
    return $cache_output;
}
예제 #15
0
<?php

/*
$Id$

  osCmax e-Commerce
  http://www.oscmax.com

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
// Most of this file is changed or moved to BTS - Basic Template System - format.
// For adding in contribution or modification - parts of this file has been moved to: catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).
//       catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).
// (Sub 'fallback' with your current template to see if there is a template specific file.)
require 'includes/application_top.php';
$navigation->remove_current_page();
require bts_select('language', FILENAME_ADVANCED_SEARCH);
//MODIFIED -MOVED to BTS
$content = CONTENT_POPUP_SEARCH_HELP;
$body_attributes = ' marginwidth="10" marginheight="10" topmargin="10" bottommargin="10" leftmargin="10" rightmargin="10"';
require DIR_WS_TEMPLATES . TEMPLATENAME_POPUP;
require 'includes/application_bottom.php';
예제 #16
0
<?php

/*
$Id$

  osCmax e-Commerce
  http://www.oscmax.com
  adapted for Separate Pricing Per Customer v4.2.x, Hide products and categories from groups 2008/08/05

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
// BOF: MOD - INFO BOXES - now pulled dynamically as per setting in admin
// Set $box_width variable according to the BOX_WIDTH_RIGHT
unset($box_width);
$box_width = BOX_WIDTH_RIGHT;
$column_query = tep_db_query('select configuration_column as cfgcol, configuration_title as cfgtitle, configuration_value as cfgvalue, configuration_key as cfgkey, box_heading from ' . TABLE_THEME_CONFIGURATION . ' order by location');
while ($column = tep_db_fetch_array($column_query)) {
    $column['cfgtitle'] = str_replace(' ', '_', $column['cfgtitle']);
    $column['cfgtitle'] = str_replace("'", '', $column['cfgtitle']);
    if ($column['cfgvalue'] == 'yes' && $column['cfgcol'] == 'right') {
        if (file_exists(DIR_WS_BOXES . $column['cfgtitle'] . '.php')) {
            require bts_select('include', 'boxes/' . $column['cfgtitle'] . '.php');
        }
    }
}
// EOF: MOD - INFO BOXES - now pulled dynamically as per setting in admin
예제 #17
0
">
<link rel="stylesheet" type="text/css" href="<?php 
echo bts_select('stylesheet', 'stylesheet.css');
// BTSv1.5
?>
">
<style type="text/css">
<!--
body {
margin: 10px;
}
-->
</style>
<?php 
if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) {
    require DIR_WS_JAVASCRIPT . basename($javascript);
}
?>
</head>
<body <?php 
echo $body_attributes;
?>
>
<?php 
include bts_select('content_popup');
// BTSv1.5
?>
</body>
</html>

예제 #18
0
    $orders_query = tep_db_query("select distinct op.products_id from " . TABLE_ORDERS . " o, " . TABLE_ORDERS_PRODUCTS . " op, " . TABLE_PRODUCTS . " p where o.customers_id = '" . (int) $customer_id . "' and o.orders_id = op.orders_id and op.products_id = p.products_id and p.products_status = '1' group by products_id order by o.date_purchased desc limit " . MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX);
    if (tep_db_num_rows($orders_query)) {
        ?>
<!-- customer_orders //-->
<?php 
        $boxHeading = BOX_HEADING_CUSTOMER_ORDERS;
        $corner_top_left = 'rounded';
        $corner_top_right = 'rounded';
        $corner_bottom_left = 'rounded';
        $corner_bottom_right = 'rounded';
        $boxContent_attributes = '';
        $boxLink = '<a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY) . '">' . tep_image(bts_select('images', 'infobox/arrow_right.png'), ICON_ARROW_RIGHT) . '</a>';
        $box_base_name = 'order_history';
        // for easy unique box template setup (added BTSv1.2)
        $box_id = $box_base_name . 'Box';
        // for CSS styling paulm (editted BTSv1.2)
        $product_ids = '';
        while ($orders = tep_db_fetch_array($orders_query)) {
            $product_ids .= (int) $orders['products_id'] . ',';
        }
        $product_ids = substr($product_ids, 0, -1);
        $boxContent = '<table border="0" width="100%" cellspacing="0" cellpadding="1">';
        $products_query = tep_db_query("select products_id, products_name from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id in (" . $product_ids . ") and language_id = '" . (int) $languages_id . "' order by products_name");
        while ($products = tep_db_fetch_array($products_query)) {
            $boxContent .= '  <tr>' . '    <td class="infoBoxContents"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products['products_id']) . '">' . $products['products_name'] . '</a></td>' . '    <td class="infoBoxContents" align="right" valign="top"><a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=cust_order&pid=' . $products['products_id']) . '">' . tep_image(DIR_WS_ICONS . 'cart.png', ICON_CART) . '</a></td>' . '  </tr>';
        }
        $boxContent .= '</table>';
        include bts_select('boxes', $box_base_name);
        // BTS 1.5
    }
}
예제 #19
0
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version 1.2
 * @link http://www.oscommerce-freelancers.com/ osCommerce-Freelancers
 * @link http://www.google.com/webmasters/sitemaps/docs/en/about.html About Google Sitemap 
 * @copyright Copyright 2005, Bobby Easland 
 * @author Bobby Easland 
 * @version 2
 * @link http://www.eurobigstore.com
 * @link http://www.google.com/webmasters/sitemaps/docs/en/about.html About Google Sitemap 
 * @copyright Copyright 2006, Davide Duca 
 * @author Davide Duca 
 * @filesource
 */
$language = $_GET['language'];
require 'includes/application_top.php';
require bts_select('language', FILENAME_GOOGLE_SITEMAPS);
$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_GOOGLE_SITEMAPS));
chdir('../');
/**
 * Option to compress the files
 */
define('GOOGLE_SITEMAP_COMPRESS', 'false');
/**
 * Option for change frequency of products
 */
define('GOOGLE_SITEMAP_PROD_CHANGE_FREQ', 'weekly');
/**
 * Option for change frequency of categories
 */
define('GOOGLE_SITEMAP_CAT_CHANGE_FREQ', 'weekly');
/**
<?php

/*
$Id$

  osCmax e-Commerce
  http://www.oscmax.com

  Copyright 2000 - 2011 osCmax

  Released under the GNU General Public License
*/
/*
  notes: added to the catalog/includes/languages/english.php 
  define('IMAGE_BUTTON_UPSORT', 'Sort Asending');
  define('IMAGE_BUTTON_DOWNSORT', 'Sort Desending');
*/
// Most of this file is changed or moved to BTS - Basic Template System - format.
// For adding in contribution or modification - parts of this file has been moved to: catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).
//       catalog\templates\fallback\contents\<filename>.tpl.php as a default (sub 'fallback' with your current template to see if there is a template specife change).
// (Sub 'fallback' with your current template to see if there is a template specific file.)
require 'includes/application_top.php';
require bts_select('language', FILENAME_CATALOG_PRODUCTS_WITH_IMAGES);
// Use $location if you have a pre breadcrumb release of OSC then comment out $breadcrumb line
//$location = ' &raquo; <a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '" class="headerNavigation">' . NAVBAR_TITLE . '</a>';
// Use $breadcrumb if you have a breadcrumb release of OSC then comment out $location line
$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL'));
$content = CONTENT_PRINTABLE_CATALOG;
include bts_select('main');
// BTSv1.5
require DIR_WS_INCLUDES . 'application_bottom.php';
예제 #21
0
</td>
                    <td width="10">&nbsp;</td>
                  </tr>
                  <tr>
                    <td width="10">&nbsp;</td>
                    <td width="40"><?php 
echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . tep_image(bts_select('icons', 'password.png')) . '</a>';
?>
</td>
                    <td class="main"><?php 
echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>';
?>
</td>
                    <td width="10">&nbsp;</td>
                    <td width="40"><?php 
echo '<a href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . tep_image(bts_select('icons', 'account_log_off.png')) . '</a>';
?>
</td>
                    <td class="main"><?php 
echo '<a href="' . tep_href_link(FILENAME_LOGOFF, '', 'SSL') . '">' . MY_ACCOUNT_LOG_OFF . '</a>';
?>
</td>
                    <td width="10">&nbsp;</td>
                  </tr>
                </table>
              </td>
            </tr>
          </table>
        </td>
      </tr>