]> git.mxchange.org Git - city.git/blob - application/city/templates/code/menu_block.ctp
Continued:
[city.git] / application / city / templates / code / menu_block.ctp
1 <div id="{?title_id?}" class="{?title_class?}">
2         {?title_text?}
3 </div>
4
5 <ul>
6 {?block_content?}
7 </ul>
8
9 <div id="{?footer_id?}" class="{?footer_class?}">
10         {?footer_text?}
11 </div>