slidy: Removed now-unused slidy-css and slidy-js variables.
This commit is contained in:
parent
9fb1606145
commit
d0663a5ccc
1 changed files with 0 additions and 16 deletions
|
@ -16,16 +16,8 @@ $endif$
|
||||||
$if(highlighting-css)$
|
$if(highlighting-css)$
|
||||||
$highlighting-css$
|
$highlighting-css$
|
||||||
$endif$
|
$endif$
|
||||||
$if(slidy-css)$
|
|
||||||
<style type="text/css">
|
|
||||||
/*<![CDATA[*/
|
|
||||||
$slidy-css$
|
|
||||||
/*]]>*/
|
|
||||||
</style>
|
|
||||||
$else$
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
||||||
href="$slidy-url$/styles/slidy.css" />
|
href="$slidy-url$/styles/slidy.css" />
|
||||||
$endif$
|
|
||||||
$for(css)$
|
$for(css)$
|
||||||
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
<link rel="stylesheet" type="text/css" media="screen, projection, print"
|
||||||
href="$css$" />
|
href="$css$" />
|
||||||
|
@ -36,16 +28,8 @@ $endif$
|
||||||
$for(header-includes)$
|
$for(header-includes)$
|
||||||
$header-includes$
|
$header-includes$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(slidy-js)$
|
|
||||||
<script type="text/javascript" charset="utf-8">
|
|
||||||
/*<![CDATA[*/
|
|
||||||
$slidy-js$
|
|
||||||
/*]]>*/
|
|
||||||
</script>
|
|
||||||
$else$
|
|
||||||
<script src="$slidy-url$/scripts/slidy.js.gz"
|
<script src="$slidy-url$/scripts/slidy.js.gz"
|
||||||
charset="utf-8" type="text/javascript"></script>
|
charset="utf-8" type="text/javascript"></script>
|
||||||
$endif$
|
|
||||||
$if(duration)$
|
$if(duration)$
|
||||||
<meta name="duration" content="$duration$" />
|
<meta name="duration" content="$duration$" />
|
||||||
$endif$
|
$endif$
|
||||||
|
|
Loading…
Add table
Reference in a new issue