Changeset 680 for plugins/jwysiwyg/trunk/jwysiwyg.plugin.php
- Timestamp:
- 07/18/08 12:59:11 (4 months ago)
- Files:
-
- 1 modified
-
plugins/jwysiwyg/trunk/jwysiwyg.plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/jwysiwyg/trunk/jwysiwyg.plugin.php
r50 r680 13 13 'author' => 'Habari Community', 14 14 'authorurl' => 'http://habariproject.org/', 15 'version' => '0. 1',15 'version' => '0.2', 16 16 'description' => 'Publish posts using the JWYSIWYG editor.', 17 17 'copyright' => '2008' … … 20 20 21 21 public function action_admin_header($theme) { 22 if ( $theme-> admin_page == 'publish' ) {22 if ( $theme->page == 'publish' ) { 23 23 Stack::add('admin_header_javascript', $this->get_url() . '/jwysiwyg/jquery.wysiwyg.js'); 24 24 Stack::add('admin_stylesheet', array($this->get_url() . '/jwysiwyg/jquery.wysiwyg.css', 'screen')); … … 27 27 28 28 public function action_admin_footer($theme) { 29 if ( $theme-> admin_page == 'publish' ) {29 if ( $theme->page == 'publish' ) { 30 30 echo <<<JWYSIWYG 31 31 <script type="text/javascript">
