Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/download_bars_panel/php-files/modules/download_bars_panel/download_bars_panel.php

    r765 r836  
    11<?php 
    22/*---------------------------------------------------+ 
    3 | PLi-Fusion Content Management System               | 
     3| ExiteCMS Content Management System                 | 
    44+----------------------------------------------------+ 
    5 | Copyright 2007 WanWizard (wanwizard@gmail.com)     | 
    6 | http://www.pli-images.org/pli-fusion              | 
     5| Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
     6| for support, please visit http://exitecms.exite.eu | 
    77+----------------------------------------------------+ 
    8 | Some portions copyright ? 2002 - 2006 Nick Jones   | 
    9 | http://www.php-fusion.co.uk/                       | 
    108| Released under the terms & conditions of v2 of the | 
    119| GNU General Public License. For details refer to   | 
    1210| the included gpl.txt file or visit http://gnu.org  | 
    1311+----------------------------------------------------*/ 
    14 if (eregi("download_bars_panel.php", $_SERVER['PHP_SELF']) || !defined('IN_FUSION')) die(); 
     12if (eregi("download_bars_panel.php", $_SERVER['PHP_SELF']) || !defined('ExiteCMS_INIT')) die(); 
    1513 
    1614// array's to store the variables for this panel 
Note: See TracChangeset for help on using the changeset viewer.