Changeset 1365 for plugins

Show
Ignore:
Timestamp:
11/27/08 02:55:01 (6 weeks ago)
Author:
sean
Message:

remove geshi.css link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/highlighter/trunk/highlighter.plugin.php

    r1269 r1365  
    4141        Format::apply( 'do_highlight', 'post_content_out' ); 
    4242        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         ); 
    5143    } 
    5244