- Timestamp:
- 02/11/2014 05:24:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/bbpress/wporg-menu.html
r273 r392 5 5 6 6 <!--! Pull #metanav out of div#banner and put it into bbpress.org's #subnav --> 7 <py:match path="div[@id='banner']" buffer="true" >7 <py:match path="div[@id='banner']" buffer="true" once="true"> 8 8 <div id="subnav"> 9 9 <div id="subnav-inner"> 10 11 12 10 <ul id="nav-user" class="menu"> 11 ${select("div[@id='metanav']/ul/li")} 12 </ul> 13 13 </div> 14 14 </div>
Note: See TracChangeset
for help on using the changeset viewer.