Changeset 679 for plugins/markup/trunk/markup.plugin.php
- Timestamp:
- 07/17/08 22:14:20 (4 months ago)
- Files:
-
- 1 modified
-
plugins/markup/trunk/markup.plugin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/markup/trunk/markup.plugin.php
r230 r679 13 13 'author' => 'Habari Community', 14 14 'authorurl' => 'http://habariproject.org/', 15 'version' => '0. 1',15 'version' => '0.2', 16 16 'description' => 'Adds easy tag insertion to Habari\'s editor', 17 17 'copyright' => '2008' … … 22 22 public function action_admin_header($theme) 23 23 { 24 if ( $theme-> admin_page == 'publish' ) {24 if ( $theme->page == 'publish' ) { 25 25 Stack::add( 'admin_header_javascript', $this->get_url() . '/markitup/jquery.markitup.pack.js' ); 26 26 Stack::add( 'admin_header_javascript', $this->get_url() . '/markitup/sets/html/set.js' ); … … 32 32 33 33 public function action_admin_footer($theme) { 34 if ( $theme-> admin_page == 'publish' ) {34 if ( $theme->page == 'publish' ) { 35 35 echo <<<MARKITUP 36 36 <script type="text/javascript">
