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/forum_threads_list_panel/php-files/modules/forum_threads_list_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 = "forum_threads_list_panel"; 
     38// no administration module for this plugin 
    3239 
    3340/*---------------------------------------------------+ 
     
    4754    $mod_errors .= sprintf($locale['mod003'], 0, 999999); 
    4855} 
    49  
    50 /*---------------------------------------------------+ 
    51 | Module administration panel installation details   | 
    52 +----------------------------------------------------*/ 
    53  
    54 $mod_folder = "forum_threads_list_panel"; 
    55 // no administration module for this plugin 
    5656 
    5757/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.