Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F872263
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
Thu, May 8, 1:11 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Sat, May 10, 1:11 PM (21 h, 9 m)
Engine
blob
Format
Raw Data
Handle
617890
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 14563)
+++ branches/1.2.x/elements/html_head.elm.tpl (revision 14564)
@@ -1,36 +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'/>"/>
<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field 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
Index: branches/1.2.x
===================================================================
--- branches/1.2.x (revision 14563)
+++ branches/1.2.x (revision 14564)
Property changes on: branches/1.2.x
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,2 ##
Merged /themes/simple/branches/1.1.x:r14070-14305
Merged /themes/simple/releases/1.1.2:r14306-14563
Event Timeline
Log In to Comment