]> git.mxchange.org Git - hub.git/blob - application/hub/templates/de/code/menu_block.ctp
First initial import for a web interface, this will later allow to browse and
[hub.git] / application / hub / templates / de / 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>