WIP on redesign2018: f4eb1bb Merge /media/sdb1/judoRepo into redesign2018

This commit is contained in:
marko
2018-07-14 13:29:28 +02:00

View File

@@ -50,6 +50,13 @@ $if(phpTitleFunction)$
<title><?php $phpTitleFunction$();?></title>
$else$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
$endif$
$if(css)$
<style>
$for(css)$
<?php include_once( $$basePath."/$css$" );?>
$endfor$
</style>
$endif$
<style>code{white-space: pre;}</style>
$if(quotes)$
@@ -64,9 +71,6 @@ $if(highlighting-css)$
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="/$css$">
$endfor$
$for(extraCss)$
<link rel="stylesheet" href="$extraCss$">
$endfor$