Initial commit
This commit is contained in:
17
archive/version_01/includes/modules/pages/privacy/header_php.php
Executable file
17
archive/version_01/includes/modules/pages/privacy/header_php.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Privacy Page
|
||||
*
|
||||
* @package page
|
||||
* @copyright Copyright 2003-2006 Zen Cart Development Team
|
||||
* @copyright Portions Copyright 2003 osCommerce
|
||||
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
||||
* @version $Id: header_php.php 3230 2006-03-20 23:21:29Z drbyte $
|
||||
*/
|
||||
require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
|
||||
|
||||
// include template specific file name defines
|
||||
$define_page = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', FILENAME_DEFINE_PRIVACY, 'false');
|
||||
|
||||
$breadcrumb->add(NAVBAR_TITLE);
|
||||
?>
|
||||
Reference in New Issue
Block a user