Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726466
simple
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
Sun, Jan 5, 6:46 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Jan 7, 6:46 PM (2 h, 18 m ago)
Engine
blob
Format
Raw Data
Handle
536583
Attached To
rTSIM Themes.Simple
simple
View Options
Index: branches/1.2.x/elements/html_head.elm.tpl
===================================================================
--- branches/1.2.x/elements/html_head.elm.tpl (revision 15443)
+++ branches/1.2.x/elements/html_head.elm.tpl (revision 15444)
@@ -1,39 +1,39 @@
<inp2:m_if check="c.current_Field" name="MetaKeywords">
<meta name="Keywords" content="<inp2:c.current_Field name='MetaKeywords'/>"/>
<inp2:m_else/>
<meta name="Keywords" content="<inp2:m_GetConfig name='Category_MetaKey'/>"/>
</inp2:m_if>
<inp2:m_if check="c.current_Field" name="MetaDescription">
<meta name="Description" content="<inp2:c.current_Field name='MetaDescription'/>"/>
<inp2:m_else/>
<meta name="Description" content="<inp2:m_GetConfig name='Category_MetaDesc'/>"/>
</inp2:m_if>
<meta name="author" content="<inp2:m_GetConfig name='Site_Name' html_escape='1'/>"/>
-<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field name='Charset'/>" />
+<meta http-equiv="content-type" content="text/html; charset=<inp2:m_GetConst name='CHARSET'/>" />
<link rel="icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<inp2:m_BaseURL/>favicon.ico" type="image/x-icon" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='
inc/reset.css|
inc/typography.css|
inc/layout.css|
inc/content.css|
inc/screen.css|
'/>" media="screen" />
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/print.css'/>" media="print" />
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/override.css'/>" media="all" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/ie6.css'/>" media="screen" />
<![endif]-->
<!-- JS -->
<inp2:st_EditingScripts/>
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE"> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jquery.pack.js"></script>
</inp2:m_ifnot> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jcookie.js"></script>
<script type="text/javascript" src="<inp2:m_Compress files='inc/general.js'/>"></script>
\ No newline at end of file
Event Timeline
Log In to Comment