Hi,

I am trying to set up a tagsIndex page with the following in theme.xml:

    <template action="weblog">
        <name>weblog</name>
        <description>weblog</description>
    <link></link>
        <navbar>false</navbar>
        <hidden>true</hidden>
        <templateLanguage>velocity</templateLanguage>
        <contentType>text/html</contentType>
        <contentsFile>weblog.vm</contentsFile>
    </template>

    <template action="tagsIndex">
        <name>tagsIndex</name>
        <description>tagsIndex</description>
        <link></link>
        <navbar>false</navbar>
        <hidden>true</hidden>
        <templateLanguage>velocity</templateLanguage>
        <contentType>text/html</contentType>
        <contentsFile>tagsIndex.vm</contentsFile>
    </template>

However, Roller doesn't pick up the tagsIndex template.  Any ideas?

Thanks,

Daniel

Reply via email to