Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785297
advanced
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
Wed, Feb 12, 9:04 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Feb 14, 9:04 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
564338
Attached To
rTADV Themes.Advanced
advanced
View Options
Index: error_notfound.tpl
===================================================================
--- error_notfound.tpl (revision 11431)
+++ error_notfound.tpl (revision 11432)
@@ -1,37 +1,41 @@
+<!--## SET 404 HEADER FOR RESPONSE ##-->
+<inp2:m_header data="HTTP/1.0 404 Not Found"/>
+<!--## //SET 404 HEADER FOR RESPONSE ##-->
+
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<inp2:m_RenderElements
elements="
platform/elements/side_boxes/login,
platform/elements/side_boxes/search,
"
design="blue_box"/>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<!-- page not found -->
<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_PageNotFound"/>
</inp2:m_Capture>
<br /><br />
<inp2:m_phrase name="lu_text_PageNotFound"/>
<br /><br />
</inp2:m_RenderElement>
<!-- // page not found -->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Property changes on: error_notfound.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.1
\ No newline at end of property
+1.1.2.2
\ No newline at end of property
Event Timeline
Log In to Comment