Corrected path to screen.css
This commit is contained in:
parent
89113c34a3
commit
020c8fed0e
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,14 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
|
<#import "lib-list.ftl" as l>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="${themeDir}/css/screen.css" />
|
${stylesheets.addFromTheme("/css/screen.css")}
|
||||||
${stylesheets.tags}
|
${stylesheets.tags}
|
||||||
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
<!-- script for enabling new HTML5 semantic markup in IE browsers-->
|
||||||
<script type="text/javascript" src="${urls.home}/js/html5.js"></script>
|
<script type="text/javascript" src="${urls.home}/js/html5.js"></script>
|
||||||
|
@ -33,8 +36,7 @@
|
||||||
<#if siteTagline?has_content>
|
<#if siteTagline?has_content>
|
||||||
<em>${siteTagline}</em>
|
<em>${siteTagline}</em>
|
||||||
</#if>-->
|
</#if>-->
|
||||||
<#import "lib-list.ftl" as l>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul id="header-nav">
|
<ul id="header-nav">
|
||||||
<#if loginName??>
|
<#if loginName??>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue