[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/ -> gv_faq.php (source)

   1  <?php
   2  /*

   3  $Id: gv_faq.php 14 2006-07-28 17:42:07Z user $

   4  

   5    osCMax Power E-Commerce

   6    http://oscdox.com

   7  

   8    Copyright 2006 osCMax

   9  

  10    Gift Voucher System v1.0

  11    Copyright 2006 osCMax2001, 2002 Ian C Wilson

  12    http://www.phesis.org

  13  

  14    Released under the GNU General Public License

  15  */
  16  
  17  // Most of this file is changed or moved to BTS - Basic Template System - format.

  18  // 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).

  19  //       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).

  20  // (Sub 'fallback' with your current template to see if there is a template specific file.)

  21  
  22    require ('includes/application_top.php');
  23  
  24    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_GV_FAQ);
  25  
  26    $breadcrumb->add(NAVBAR_TITLE); 
  27  
  28    $content = CONTENT_GV_FAQ;
  29  
  30    include (bts_select('main', $content_template)); // BTSv1.5

  31  
  32    require (DIR_WS_INCLUDES . 'application_bottom.php'); 
  33    ?>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7