TemplaVoila backend layout / page module


/ Published in: XML
Save to your folder(s)

TemplaVoila backend layout
Change the XML of your template's Data Structure by editing the meta item
change CONTENT1 and so on to represent your template's field names for those areas (see XML)


Copy this code and paste it in your HTML
  1. <!--
  2. TemplaVoila backend layout
  3. Change the XML of your template's Data Structure by editing the meta item
  4. change CONTENT1 and so on to represent your template's field names for those areas (see XML)
  5. -->
  6. <meta type="array">

  7.         <langDisable>1</langDisable>
  8. 
        <beLayout>
  9. <![CDATA[
  10. 
                <div id="templavoilabackend">
  11. 
                    <table>
  12. 
                        <tr>
  13. 
                            <td width="50%">###CONTENT1###</td>

  14.                             <td width="50%">###CONTENT2###</td>
  15. 
                        </tr>
  16. 
                        <tr>
  17.  
                           <td colspan="2">###CONTENT3###</td>
  18. 
                        </tr>

  19.                     </table>
  20. 
                </div>
  21. 
]]>
  22. </beLayout>
  23. </meta>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.