Changeset 1280:d9627cb1cb02 for admin/plugins.php
- Timestamp:
- 08/06/13 10:03:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r1271 r1280 233 233 '<a href="plugin.php?p=daInstaller">'.__('DotAddict.org Installer').'</a>')); 234 234 235 echo '<p>';236 235 if ($is_writable) { 237 236 echo __('To install or upgrade a plugin you generally just need to upload it '. … … 388 387 echo '</div>'; 389 388 390 if ($core->plugins->moduleExists('daInstaller')) {391 echo '<p><a href="plugin.php?p=daInstaller" class="multi-part">'.__('DotAddict.org Installer').'</a></p>';392 }393 394 395 389 # --BEHAVIOR-- pluginsToolsTabs 396 390 $core->callBehavior('pluginsToolsTabs',$core);
Note: See TracChangeset
for help on using the changeset viewer.