Hello,

I tried to start working with child themes in the development
version of habari.

According to the wiki one theme.xmlshould be enough to start a child
theme.
But all the formatting is gone (wrong path to styles.css) and some
notes (undefined variables, invalid argument) are output.

Is the Charcoal theme ready for child themes?

Here my theme.xml:

<?xml version="1.0" encoding="utf-8" ?>
<pluggable type="theme"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://schemas.habariproject.org/pluggable/0.8";>
    <name>CharcoalChild</name>
    <parent>Charcoal</parent>
    <license
url="http://www.apache.org/licenses/LICENSE-2.0.html";>Apache
Software License 2.0</license>
   
    <author url="http://habariproject.org/";>Habari Community</author>
   
    <version>0.0</version>
    <url>http://habariproject.org/</url>
    <description><![CDATA[Child theme for Charcoal]]></description>

    <copyright>2012</copyright>
   
    <template_engine>rawphpengine</template_engine>
   
    <areas>
        <area name="sidebar">
            <description><![CDATA[The sidebar area]]></description>
        </area>
        <area name="nav">
            <description><![CDATA[The sidebar area]]></description>
        </area>
    </areas>
   
</pluggable>


Thank you for your help,
guido

-- 
To post to this group, send email to habari-users@googlegroups.com
To unsubscribe from this group, send email to 
habari-users-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to