Changeset 836 in ExiteCMS for modules/common/latest_news_panel/php-files/modules/latest_news_panel/module_installer.php
- Timestamp:
- 09/23/07 23:49:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/latest_news_panel/php-files/modules/latest_news_panel/module_installer.php
r764 r836 28 28 $mod_developer = "WanWizard"; 29 29 $mod_email = "wanwizard@gmail.com"; 30 $mod_weburl = "http:// www.pli-images.org/pli-fusion/";30 $mod_weburl = "http://exitecms.exite.eu/"; 31 31 $mod_type = "P"; 32 33 /*---------------------------------------------------+ 34 | Module administration panel installation details | 35 +----------------------------------------------------*/ 36 37 $mod_folder = "latest_news_panel"; 38 // no administration module for this plugin 32 39 33 40 /*---------------------------------------------------+ … … 35 42 +----------------------------------------------------*/ 36 43 37 // check for a minumum version of the PLi-Fusionengine44 // check for a minumum version of the ExiteCMS engine 38 45 if (str_replace(".", "", $settings['version']) < 700) { 39 46 $mod_errors .= sprintf($locale['mod001'], '7.00'); 40 47 } 41 // check for a maximum version of the PLi-Fusionengine48 // check for a maximum version of the ExiteCMS engine 42 49 if (str_replace(".", "", $settings['version']) > 700) { 43 50 $mod_errors .= sprintf($locale['mod002'], '7.00'); … … 47 54 $mod_errors .= sprintf($locale['mod003'], 0, 999999); 48 55 } 49 50 /*---------------------------------------------------+51 | Module administration panel installation details |52 +----------------------------------------------------*/53 54 $mod_folder = "latest_news_panel";55 // no administration module for this plugin56 56 57 57 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
