Changeset 685 for plugins/fckeditor/trunk/fckeditor.plugin.php
- Timestamp:
- 07/18/08 16:16:32 (4 months ago)
- Files:
-
- 1 modified
-
plugins/fckeditor/trunk/fckeditor.plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/fckeditor/trunk/fckeditor.plugin.php
r246 r685 20 20 return array( 21 21 'name' => 'FCKeditor', 22 'version' => '0.0 1',22 'version' => '0.02', 23 23 'url' => 'http://ayu.commun.jp/habari-fckeditor', 24 24 'author' => 'ayunyan', … … 49 49 public function action_admin_header($theme) 50 50 { 51 if ( $theme-> admin_page != 'publish' ) return;51 if ( $theme->page != 'publish' ) return; 52 52 Stack::add( 'admin_header_javascript', $this->get_url() . '/fckeditor/fckeditor.js' ); 53 53 } … … 62 62 public function action_admin_footer($theme) 63 63 { 64 if ( $theme-> admin_page != 'publish' ) return;64 if ( $theme->page != 'publish' ) return; 65 65 ?> 66 66 <script type="text/javascript">
