Announcement

Collapse
No announcement yet.

BODY Tag Content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    BODY Tag Content

    What does this tag do exactly? It seems like changes that I make to it do not appear globally.
    If I wanted to have a global 'onload' event (for google call tracking), where would I put that?
    Last edited by monkeyevil; 06-22-15, 02:56 PM.
    www.jcroffroad.com

    #2
    Re: BODY Tag Content

    It controls the body tag. In the page templates there is an item tag:

    <mvt:item name="body" >


    </mvt:item>

    Then there is a single global template where you can put conditionals. If you need an onload event added to the body tag, then this is the place to add it.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: BODY Tag Content

      This is how my page templates (prod in this instance) declare the body tag...

      </head><body class="PROD">
      <div id="site-container">
      <div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
      <div id="navigation-bar"><mvt:item name="navbar" /></div>

      Is that left over from older versions of Miva?
      www.jcroffroad.com

      Comment

      Working...
      X