OSDN Git Service

リソースのパスのプレフィックス処理を修正。
[fswiki/sandbox.git] / takezoe / plugin / book / Install.pm
index 9610bf3..afa54bb 100644 (file)
@@ -50,6 +50,7 @@ sub install {
        for(my $i = 0; $i < $#paths; $i++){
                $path_prefix .= '../';
        }
+       $wiki->{book_plugin_path_prefix} = $path_prefix;
        
        my $head_info = <<"END_OF_HEAD";
 <link href="${path_prefix}plugin/book/google-code-prettify/sunburst.css" type="text/css" rel="stylesheet" />