Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785220
default
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, 5:35 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Feb 14, 5:35 AM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
564270
Attached To
rTDEF Themes.Default
default
View Options
Index: elements/navigation_menu.elm.tpl
===================================================================
--- elements/navigation_menu.elm.tpl (revision 12876)
+++ elements/navigation_menu.elm.tpl (revision 12877)
@@ -1,17 +1,17 @@
<inp2:m_DefineElement name="menu_element" no_editing="1">
<li class="<inp2:m_if check="m_Param" name="active">active</inp2:m_if> <inp2:m_if check="m_Param" name="is_last">last</inp2:m_if>">
<inp2:m_if check="m_Param" name="is_first">
<span class="first">
<inp2:m_else/>
<span>
</inp2:m_if>
- <a href="<inp2:m_if check='m_Param' name='external_url'><inp2:m_Param name='external_url'/><inp2:m_else/><inp2:m_Link template='$template' m_cat_id='$cat_id' m_cat_page='1'/></inp2:m_if>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a></span>
+ <a href="<inp2:m_Link template='$template' m_cat_id='$cat_id' use_section='$use_section' m_cat_page='1'/>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a></span>
</li>
</inp2:m_DefineElement>
<div id="menu">
<ul>
<inp2:st_CachedMenu render_as="menu_element" category_id="1"/>
</ul>
<div class="clear"></div>
</div>
\ No newline at end of file
Event Timeline
Log In to Comment