WIP on redesign2018: f4eb1bb Merge /media/sdb1/judoRepo into redesign2018
This commit is contained in:
@@ -50,6 +50,13 @@ $if(phpTitleFunction)$
|
|||||||
<title><?php $phpTitleFunction$();?></title>
|
<title><?php $phpTitleFunction$();?></title>
|
||||||
$else$
|
$else$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
|
$endif$
|
||||||
|
$if(css)$
|
||||||
|
<style>
|
||||||
|
$for(css)$
|
||||||
|
<?php include_once( $$basePath."/$css$" );?>
|
||||||
|
$endfor$
|
||||||
|
</style>
|
||||||
$endif$
|
$endif$
|
||||||
<style>code{white-space: pre;}</style>
|
<style>code{white-space: pre;}</style>
|
||||||
$if(quotes)$
|
$if(quotes)$
|
||||||
@@ -64,9 +71,6 @@ $if(highlighting-css)$
|
|||||||
$highlighting-css$
|
$highlighting-css$
|
||||||
</style>
|
</style>
|
||||||
$endif$
|
$endif$
|
||||||
$for(css)$
|
|
||||||
<link rel="stylesheet" href="/$css$">
|
|
||||||
$endfor$
|
|
||||||
$for(extraCss)$
|
$for(extraCss)$
|
||||||
<link rel="stylesheet" href="$extraCss$">
|
<link rel="stylesheet" href="$extraCss$">
|
||||||
$endfor$
|
$endfor$
|
||||||
Reference in New Issue
Block a user