Guest User

Untitled

a guest
May 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. <perch:before>
  2.     <perch:if id="pageDepth" value="1" match="eq">
  3.     <ul class="nav">
  4.     <perch:else />
  5.     <ul class="dropdown-menu">
  6.     </perch:if>
  7. </perch:before>
  8.  
  9. <perch:if id="pageDepth" value="1" match="lt">
  10.             <li class=" <perch:if exists="current_page">active</perch:if> <perch:if exists="subitems">dropdown</perch:if> <perch:if id="pageDepth" value="1" match="eq"><perch:if exists="perch_item_first">first</perch:if> <perch:if exists="perch_item_last">last</perch:if></perch:if>">
  11.             <a href="<perch:pages id="pagePath" />"  class="<perch:if exists="subitems">dropdown-toggle" data-toggle="dropdown</perch:if>"><perch:pages id="pageTitle" /></a>  
  12.             <perch:pages id="subitems" encode="false" />        
  13.         </li>
  14.  
  15. <perch:after>
  16.     </ul>
  17. </perch:after>
Add Comment
Please, Sign In to add comment