Changeset 2351:8fee74237ff5 for plugins/blowupConfig/_admin.php
- Timestamp:
- 10/13/13 18:22:40 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/_admin.php
r1179 r2351 21 21 { 22 22 if ($id == 'default' && $core->auth->check('admin',$core->blog->id)) { 23 return '<p><a href="plugin.php?p=blowupConfig" class="button ">'.__('Theme configuration').'</a></p>';23 return '<p><a href="plugin.php?p=blowupConfig" class="button submit">'.__('Configure theme').'</a></p>'; 24 24 } 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.