Browse Source

Minor - removing autor/readme in the region list see #4450

Julio Montoya 13 years ago
parent
commit
60e5b4f45e
1 changed files with 2 additions and 7 deletions
  1. 2 7
      main/admin/settings.lib.php

+ 2 - 7
main/admin/settings.lib.php

@@ -62,13 +62,8 @@ function handle_regions() {
             require $plugin_info_file;
             echo '<tr>';
             echo '<td>';            
-            echo '<h4>'.$plugin_info['title'].' <small>v '.$plugin_info['version'].'</small></h4>';
-            echo '<p>'.$plugin_info['comment'].'</p>';
-            echo '<p>'.get_lang('Author').': '.$plugin_info['author'].'</p>';
-            
-            if (file_exists(api_get_path(SYS_PLUGIN_PATH).$plugin.'/readme.txt')) {
-                echo "<a href='".api_get_path(WEB_PLUGIN_PATH).$plugin."/readme.txt' class='ajax'>readme.txt</a>";
-            }
+            echo '<h4>'.$plugin_info['title'].' <small>v'.$plugin_info['version'].'</small></h4>';
+            echo '<p>'.$plugin_info['comment'].'</p>';              
             echo '</td><td>';                        
             $selected_plugins = $plugin_obj->get_areas_by_plugin($plugin);