Page MenuHomeIn-Portal Phabricator

default_design.des.tpl
No OneTemporary

File Metadata

Created
Sat, May 3, 5:17 PM

default_design.des.tpl

<inp2:m_CheckSSL/><inp2:m_DefaultParam body_pageid="page2"/>
<!DOCTYPE html>
<html lang="<inp2:lang.current_Field name='Locale' db='1'/>">
<head>
<title><inp2:m_GetConfig name="Site_Name"/> &mdash; <inp2:st_PageInfo type="title"/></title>
<inp2:m_Include template="elements/html_head.elm" strip_nl="2"/>
<inp2:m_Include template="elements/content_boxes.elm" strip_nl="2"/> <!--## includes system elements ##-->
</head>
<body id="<inp2:m_Param name='body_pageid'/>">
<!--## System tag please do not remove ##-->
<inp2:st_EditPage mode="start"/>
<div class="extra">
<div class="body1">
<div class="main">
<header>
<inp2:m_Include template="elements/header.elm" />
</header>
<section id="content">
<inp2:m_RenderElement name="content"/>
</section>
</div>
</div>
<div class="block"></div>
</div>
<!--footer -->
<div class="body2">
<div class="main">
<footer>
<inp2:m_Include template="elements/footer.elm" />
</footer>
</div>
</div>
<!--footer end-->
<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
<inp2:m_Include template="elements/tracking.elm" />
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>

Event Timeline