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/last_seen_users_panel/php-files/modules/last_seen_users_panel/module_installer.php

    r764 r836  
    2828$mod_developer = "WanWizard"; 
    2929$mod_email = "wanwizard@gmail.com"; 
    30 $mod_weburl = "http://www.pli-images.org/pli-fusion/"; 
     30$mod_weburl = "http://exitecms.exite.eu/"; 
    3131$mod_type = "P"; 
     32 
     33/*---------------------------------------------------+ 
     34| Module administration panel installation details   | 
     35+----------------------------------------------------*/ 
     36 
     37$mod_folder = "last_seen_users_panel"; 
     38// no administration module for this plugin 
    3239 
    3340/*---------------------------------------------------+ 
     
    3542+----------------------------------------------------*/ 
    3643 
    37 // check for a minumum version of the PLi-Fusion engine 
     44// check for a minumum version of the ExiteCMS engine 
    3845if (str_replace(".", "", $settings['version']) < 700) { 
    3946    $mod_errors .= sprintf($locale['mod001'], '7.00'); 
    4047} 
    41 // check for a maximum version of the PLi-Fusion engine 
     48// check for a maximum version of the ExiteCMS engine 
    4249if (str_replace(".", "", $settings['version']) > 700) { 
    4350    $mod_errors .= sprintf($locale['mod002'], '7.00'); 
     
    4754    $mod_errors .= sprintf($locale['mod003'], 0, 999999); 
    4855} 
    49  
    50 /*---------------------------------------------------+ 
    51 | Module administration panel installation details   | 
    52 +----------------------------------------------------*/ 
    53  
    54 $mod_folder = "last_seen_users_panel"; 
    55 // no administration module for this plugin 
    5656 
    5757/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.