Tweaks to: adding stylesheets from freemarker templates; contact form styles. Add sender's name to sender address on contact form email notification.
This commit is contained in:
parent
bda278e59b
commit
197aa2f4f9
6 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="${stylesheetDir}/screen.css" media="screen"/>
|
||||
<link rel="stylesheet" type="text/css" href="${stylesheetDir}/print.css" media="print"/>
|
||||
<link rel="stylesheet" type="text/css" href="${stylesheetPath}/screen.css" media="screen"/>
|
||||
<link rel="stylesheet" type="text/css" href="${stylesheetPath}/print.css" media="print"/>
|
||||
|
||||
${stylesheets.tags}
|
Loading…
Add table
Add a link
Reference in a new issue