Current status for the Foundry base theme

git-svn-id: https://svn.libreccm.org/ccm/trunk@2978 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-11-19 15:15:09 +00:00
parent f4c8510fb9
commit 2156e9b5a6
4 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<language locale="en"/>
</supported-languages>
<setting id="theme-mode">master</setting>
<setting id="theme-mode">child</setting>
<!--
Uncomment the following line if you want to use another theme than the Foundry base theme
as parent theme.

View File

@ -36,6 +36,6 @@
version="2.0">
<!-- Import the Foundry main templates all other things are defined there -->
<xsl:import href="../foundry/start.xsl"/>
<xsl:import href="../../foundry/start.xsl"/>
</xsl:stylesheet>

View File

@ -2,4 +2,8 @@
Public CSS file
*/
*/
a.nav-hide {
display: none;
}

View File

@ -15,6 +15,10 @@
<navigation-title/>
</a>
</navigation-home-link>
<div id="header-top-line">
</div>
<h1>
<show-text>layout/page/head/title</show-text>: <show-page-title/>
</h1>