Changeset 2680:9aa4685277fe
- Timestamp:
- 03/08/14 16:00:56 (11 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r2566 r2680 40 40 $core->addBehavior('adminPageHelpBlock', array('tagsBehaviors', 'adminPageHelpBlock')); 41 41 42 $core->addBehavior('ckeditorExtraPlugins', array('tagsBehaviors', 'ckeditorExtraPlugins')); 43 42 44 # BEHAVIORS 43 45 class tagsBehaviors 44 46 { 47 public static function ckeditorExtraPlugins(ArrayObject $extraPlugins) 48 { 49 global $core; 50 51 $extraPlugins[] = array( 52 'name' => 'dctags', 53 'button' => 'dcTags', 54 'url' => html::stripHostURL($core->blog->getQmarkURL().'pf=tags/js/ckeditor-tags-plugin.js') 55 ); 56 } 57 45 58 public static function adminPageHelpBlock($blocks) 46 59 {
Note: See TracChangeset
for help on using the changeset viewer.