Changeset 3333:11107ba2fc59 for admin/plugin.php
- Timestamp:
- 09/01/16 12:21:43 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugin.php
r2708 r3333 78 78 call_user_func($open_f,$p_title,$p_head); 79 79 echo $p_content; 80 if (!$popup) { 81 // Add direct links to plugin settings if any 82 $settings = adminModulesList::getSettingsUrls($core,$p,true,false); 83 if (!empty($settings)) { 84 echo '<hr class="clear"/><p class="right modules">'.implode(' - ',$settings).'</p>'; 85 } 86 } 80 87 call_user_func($close_f); 81 88 }
Note: See TracChangeset
for help on using the changeset viewer.