Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Following is an extract from Theme.xml

Code Block

  <template action="weblog">

...


        <name>weblog</name>

...


        <description>weblog</description>

...


	<link></link>

...


        <navbar>false</navbar>

...


        <hidden>true</hidden>

...


         <templateCode>
           <templateLanguage>velocity</templateLanguage>
           <contentType>text/html</contentType>

...


           <contentsFile>weblog.vm</contentsFile>

...


           <type>standard</type>

...


       </templateCode>

...


         <templateCode>
           <templateLanguage>velocity</templateLanguage>
           <contentType>text/html</contentType>

...


           <contentsFile>weblog-mobile.vm</contentsFile>

...


           <type>mobile</type>

...


       </templateCode>

...


    </template>

Blog Posts relevant for design

...