Hello Glen,

The theme is working fine. I have tested it.
The thing you mentioned is actually the name of template mentioned in the theme.xml. You can see in the below <template> its the <name> that I included in weblog.vm and the file name is different mentioned as <contentsFile>

   <template action="custom">
        <name>standard_header</name>
        <description>Displayed in header of each page</description>
            <link></link>
        <navbar>false</navbar>
        <hidden>true</hidden>
        <contentType>text/html</contentType>
        <templateCode>
           <templateLanguage>velocity</templateLanguage>
           <contentsFile>std_header.vm</contentsFile>
           <type>standard</type>
       </templateCode>
    </template>


Thanks
Gaurav


On Thursday 31 July 2014 07:18 PM, Glen Mazza wrote:
Hi Gaurav, I noticed in the weblog.vm of the gaurav theme:

<head>
    #includeTemplate($model.weblog "standard_head")
    ...
</head>
<body>

    <header>
        #includeTemplate($model.weblog "standard_header")
    </header>


Yet, the names of the files are std_head.vm and std_header.vm. You may wish to retest that it works if the above #includeTemplates are updated with the actual template names.

Regards,
Glen

--
Regards,
Gaurav Saini
Developer and Internet Marketing

Reply via email to