Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F775798
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 6, 5:29 AM
Size
3 KB
Mime Type
text/x-diff
Expires
Sat, Feb 8, 5:29 AM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
557885
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.0.x/themes/default/designs/default_design.des.tpl
===================================================================
--- branches/5.0.x/themes/default/designs/default_design.des.tpl (revision 12890)
+++ branches/5.0.x/themes/default/designs/default_design.des.tpl (revision 12891)
@@ -1,52 +1,49 @@
-<inp2:m_CheckSSL/>
-<inp2:m_Include template="elements/content_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
-
+<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"/>)
+ </title>
+ <inp2:m_Include template="elements/html_head.elm" />
+ </head>
-<head>
- <title>
- <inp2:st_PageInfo type="title"/> (<inp2:m_GetConfig name="Site_Name"/>)
- </title>
- <inp2:m_Include template="elements/html_head.elm" />
-</head>
-
-<body>
-
-<inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
+ <body>
+ <inp2:m_Include template="elements/content_boxes.elm" strip_nl="1"/> <!--## includes system elements ##-->
- <div id="wrapper" class="<inp2:m_Param name="page_class"/>">
+ <inp2:st_EditPage mode="start"/><!--## System tag please do not remove ##-->
- <!-- Basic Header -->
- <inp2:m_Include template="elements/header.elm" />
- <!-- /Basic Header -->
+ <div id="wrapper" class="<inp2:m_Param name='page_class'/>">
- <!-- Navigation -->
- <inp2:m_Include template="elements/navigation_menu.elm" />
- <!-- /Navigation -->
+ <!-- Basic Header -->
+ <inp2:m_Include template="elements/header.elm" />
+ <!-- /Basic Header -->
- <div id="content">
+ <!-- Navigation -->
+ <inp2:m_Include template="elements/navigation_menu.elm" />
+ <!-- /Navigation -->
- <inp2:m_RenderElement name="content"/>
+ <div id="content">
- <!--## defined in each data template or default one used ##-->
- <inp2:m_RenderElement name="sidebar" default_element="default_sidebar" />
+ <inp2:m_RenderElement name="content"/>
- <div class="clear"></div>
+ <!--## defined in each data template or default one used ##-->
+ <inp2:m_RenderElement name="sidebar" default_element="default_sidebar" />
- </div><!-- #content -->
+ <div class="clear"></div>
- </div><!-- #wrapper -->
+ </div><!-- #content -->
- <!-- Footer -->
- <inp2:m_Include template="elements/footer.elm" />
- <!-- //Footer -->
+ </div><!-- #wrapper -->
-<inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
+ <!-- Footer -->
+ <inp2:m_Include template="elements/footer.elm" />
+ <!-- //Footer -->
-<inp2:m_Include template="elements/tracking.elm" />
+ <inp2:st_EditPage mode="end"/> <!--## /System tag please do not remove ##-->
-</body>
+ <inp2:m_Include template="elements/tracking.elm" />
+ </body>
</html>
\ No newline at end of file
Event Timeline
Log In to Comment