Page MenuHomeIn-Portal Phabricator

simple
No OneTemporary

File Metadata

Created
Sun, Aug 10, 11:31 PM
Index: sitemap.tpl
===================================================================
--- sitemap.tpl (revision 12876)
+++ sitemap.tpl (revision 12877)
@@ -1,36 +1,36 @@
<!--##
<NAME>Sitemap</NAME>
<DESC>Sitemap of the website</DESC>
<SECTION></SECTION>
##-->
<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<div id="block-latest" class="block">
<div class="round-top"></div>
<div class="content">
<h1 class="movable-header"><inp2:st_PageInfo type="title"/></h1>
<inp2:st_ContentBlock num="1"/>
<inp2:m_DefineElement name="sitemap_element">
- <li>
- <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>
- </li>
+ <li>
+ <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>
+ </li>
</inp2:m_DefineElement>
<ul>
<inp2:st_CachedMenu render_as="sitemap_element" category_id="1" per_page="-1"/>
</ul>
</div>
<div class="round-bottom"></div>
</div>
</div>
</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->
<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
<inp2:m_include template="designs/default_design.des"/>
<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: elements/side_boxes/sub_menu.elm.tpl
===================================================================
--- elements/side_boxes/sub_menu.elm.tpl (revision 12876)
+++ elements/side_boxes/sub_menu.elm.tpl (revision 12877)
@@ -1,11 +1,11 @@
<inp2:m_DefineElement name="nav_menu_element" no_editing="1">
<li class="<inp2:m_if check='m_Param' name='active'>expanded current</inp2:m_if><inp2:m_if check='m_Param' name='is_first'> first-child<inp2:m_elseif check='m_Param' name='is_last'/> last-child</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>
+ <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>
</li>
</inp2:m_DefineElement>
<div id="nav-sub">
<ul>
<inp2:st_CachedMenu render_as="nav_menu_element" category_id="parent" />
</ul>
</div>
\ No newline at end of file
Index: elements/footer.elm.tpl
===================================================================
--- elements/footer.elm.tpl (revision 12876)
+++ elements/footer.elm.tpl (revision 12877)
@@ -1,9 +1,9 @@
<div id="site-info">
<ul>
<li class="first-child"><a href="<inp2:m_Link template="index" m_cat_id="0"/>"><inp2:m_Phrase name="lu_Home"/></a></li>
- <li><a href="<inp2:m_Link template="terms" m_cat_id="0"/>"><inp2:m_Phrase name="lu_title_TermsAndConditions"/></a></li>
- <li><a href="<inp2:m_Link template="privacy" m_cat_id="0"/>"><inp2:m_Phrase name="lu_title_PrivacyPolicy"/></a></li>
- <li><a href="<inp2:m_Link template="sitemap" m_cat_id="0"/>"><inp2:m_Phrase name="lu_title_Sitemap"/></a></li>
+ <li><a href="<inp2:m_Link template='terms' use_section='1'/>"><inp2:m_Phrase name="lu_title_TermsAndConditions"/></a></li>
+ <li><a href="<inp2:m_Link template='privacy' use_section='1'/>"><inp2:m_Phrase name="lu_title_PrivacyPolicy"/></a></li>
+ <li><a href="<inp2:m_Link template='sitemap' use_section='1'/>"><inp2:m_Phrase name="lu_title_Sitemap"/></a></li>
<li class="last-child"><a href="#masthead"><inp2:m_Phrase name="lu_title_BackToTop"/></a></li>
</ul>
</div>
\ No newline at end of file
Index: elements/navigation_menu.elm.tpl
===================================================================
--- elements/navigation_menu.elm.tpl (revision 12876)
+++ elements/navigation_menu.elm.tpl (revision 12877)
@@ -1,24 +1,24 @@
<inp2:m_DefineElement name="menu_element" no_editing="1">
<li>
- <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>
+ <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>
<inp2:m_if check="m_Param" name="has_sub_menu">
<ul>
<inp2:st_CachedMenu render_as="sub_menu_element" category_id="$cat_id"/>
</ul>
</inp2:m_if>
</li>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="sub_menu_element" no_editing="1">
<li>
- <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>
+ <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>
</li>
</inp2:m_DefineElement>
<ul id="nav">
<li>
<a href="<inp2:m_Link template='index' m_cat_id='0' m_cat_page='1'/>" title="<inp2:m_RootCategoryName no_editing='1'/>"><inp2:m_RootCategoryName no_editing='1'/></a>
</li>
<inp2:st_CachedMenu render_as="menu_element" category_id="1"/>
</ul>
\ No newline at end of file

Event Timeline