Created
January 6, 2017 11:11
-
-
Save pakimov/48fdc1ebd6a6c7115ca5abca1b4cb06a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[pdoMenu? | |
&startId=`0` | |
&level=`3` | |
&tplOuter=`@INLINE | |
<ul class="main_menu"> | |
<li class="menu_button"></li> | |
[[+wrapper]] | |
</ul>` | |
&tpl=`@INLINE <li><a href="[[+link]]">[[+menutitle]]</a></li>` | |
&tplParentRow=`@INLINE <li><a href="[[+link]]">[[+menutitle]]</a>[[+wrapper]]</li>` | |
&tplInner=`@INLINE <ul>[[+wrapper]]</ul>` | |
&tplInnerRow=`@INLINE <li><a href="[[link]]">[[+menutitle]]</a></li>` | |
&tplCategoryFolder=`@INLINE <li><a href="[[+link]]">[[+menutitle]]</a><div class="submenu cols_box">[[+wrapper]]</div></li>` | |
]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment