- Timestamp:
- 11/27/08 02:55:01 (6 weeks ago)
- Files:
-
- 1 modified
-
plugins/highlighter/trunk/highlighter.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/highlighter/trunk/highlighter.plugin.php
r1269 r1365 41 41 Format::apply( 'do_highlight', 'post_content_out' ); 42 42 Format::apply( 'do_highlight', 'comment_content_out' ); 43 }44 45 public function action_init_theme() {46 Stack::add(47 'template_stylesheet',48 array( Site::get_url( 'habari' ) . '/3rdparty/geshi/geshi.css', 'screen' ),49 'highlighter'50 );51 43 } 52 44
