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"/> <language locale="en"/>
</supported-languages> </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 Uncomment the following line if you want to use another theme than the Foundry base theme
as parent theme. as parent theme.

View File

@ -36,6 +36,6 @@
version="2.0"> version="2.0">
<!-- Import the Foundry main templates all other things are defined there --> <!-- 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> </xsl:stylesheet>

View File

@ -3,3 +3,7 @@
Public CSS file Public CSS file
*/ */
a.nav-hide {
display: none;
}

View File

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