Changeset 684 for plugins/NicEdit/trunk/NicEdit.plugin.php
- Timestamp:
- 07/18/08 16:04:27 (4 months ago)
- Files:
-
- 1 modified
-
plugins/NicEdit/trunk/NicEdit.plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/NicEdit/trunk/NicEdit.plugin.php
r271 r684 11 11 return array( 12 12 'name' => 'NicEditor', 13 'version' => '0.2 ',13 'version' => '0.2.5', 14 14 'url' => 'http://habariproject.org/', 15 15 'author' => 'Habari Community', … … 77 77 public function action_admin_header($theme) 78 78 { 79 if ( $theme-> admin_page == 'publish' ) {79 if ( $theme->page == 'publish' ) { 80 80 Stack::add( 'admin_header_javascript', $this->get_url() . '/nicEditor/nicEdit.js', 'niceditor' ); 81 81 } … … 86 86 */ 87 87 public function action_admin_footer($theme) { 88 if ( $theme-> admin_page == 'publish' ) {88 if ( $theme->page == 'publish' ) { 89 89 $options= Options::get(strtolower(get_class($this) . ':options_' . User::identify()->id)); 90 90 echo <<<NICEDIT
