Page MenuHomeIn-Portal Phabricator

default
No OneTemporary

File Metadata

Created
Wed, Feb 12, 5:11 AM
Index: branches/5.2.x/designs/default_design.des.tpl
===================================================================
--- branches/5.2.x/designs/default_design.des.tpl (revision 15269)
+++ branches/5.2.x/designs/default_design.des.tpl (revision 15270)
@@ -1,52 +1,52 @@
<inp2:m_CheckSSL/><inp2:m_DefaultParam page_class=""/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<inp2:lang.current_Field name="Locale" db="1"/>" lang="<inp2:lang.current_Field name="Locale" db="1"/>">
<head>
<title>
- <inp2:st_PageInfo type="title"/> (<inp2:m_GetConfig name="Site_Name"/>)
+ <inp2:st_PageInfo type="htmlhead_title" html_escape="1"/> (<inp2:m_GetConfig name="Site_Name"/>)
</title>
<inp2:m_Include template="elements/html_head.elm" />
<inp2:m_DefineElement name="default_add_to_head"></inp2:m_DefineElement>
<inp2:m_RenderElement name="add_to_head" default_element="default_add_to_head"/>
</head>
<body>
<inp2:m_Include template="elements/content_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
<inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
<div id="wrapper" class="<inp2:m_Param name='page_class'/>">
<!-- Basic Header -->
<inp2:m_Include template="elements/header.elm" />
<!-- /Basic Header -->
<!-- Navigation -->
<inp2:m_Include template="elements/navigation_menu.elm" />
<!-- /Navigation -->
<div id="content">
<inp2:m_RenderElement name="content"/>
<!--## defined in each data template or default one used ##-->
<inp2:m_RenderElement name="sidebar" default_element="default_sidebar" />
<div class="clear"></div>
</div><!-- #content -->
</div><!-- #wrapper -->
<!-- Footer -->
<inp2:m_Include template="elements/footer.elm" />
<!-- //Footer -->
<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
<inp2:m_Include template="elements/tracking.elm" />
</body>
</html>
\ No newline at end of file

Event Timeline