File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - added preferences for breadcrumb display (alain01/goffy)
55 - replaced index.html by index.php (alain01/goffy)
66 - permanent display of filter with enabled/disabled buttons (alain01/goffy)
7+ - added new bt4 templates (alain01/goffy)
78
89===================================================================
9102021/03/31 Version 1.03 Final
Original file line number Diff line number Diff line change 1+ <ol class =' breadcrumb' >
2+ <li class =' breadcrumb-item' ><a href =' <{ xoAppUrl index.php} >' title =' home' ><span class =" fa fa-home" ></span ></a ></li >
3+ <{ foreach item= itm from= $xoBreadcrumbs name= bcloop} >
4+ <li class =' breadcrumb-item' >
5+ <{ if $itm .link|default :' ' } >
6+ <a href =' <{ $itm .link} >' title =' <{ $itm .title} >' ><{ $itm .title} ></a >
7+ <{ else } >
8+ <{ $itm .title} >
9+ <{ /if } >
10+ </li >
11+ <{ /foreach } >
12+ </ol >
Original file line number Diff line number Diff line change 1+ <div class =" " ><{ $copyright } ></div >
2+
3+ <{ if $pagenav |default :' ' != ' ' } >
4+ <div class =' text-right' ><{ $pagenav } ></div >
5+ <{ /if } >
6+ <br >
7+ <{ if $xoops_isadmin |default :' ' != ' ' } >
8+ <hr />
9+ <p class =" text-center" ><a class =" btn btn-danger" href =" <{ $admin } >" ><span class =" fa fa-wrench fa-lg" ></span > <{ $smarty .const._MA_WGGITHUB_ADMIN} ></a ></p >
10+ <{ /if } >
11+
12+ <{ if $comment_mode |default :' ' } >
13+ <div class =' pad2 marg2' >
14+ <{ if $comment_mode == " flat" } >
15+ <{ include file= ' db:system_comments_flat.tpl' } >
16+ <{ elseif $comment_mode == " thread" } >
17+ <{ include file= ' db:system_comments_thread.tpl' } >
18+ <{ elseif $comment_mode == " nest" } >
19+ <{ include file= ' db:system_comments_nest.tpl' } >
20+ <{ /if } >
21+ </div >
22+ <{ /if } >
23+ <{ include file= ' db:system_notification_select.tpl' } >
Original file line number Diff line number Diff line change 1+ <{ if $showBreadcrumb |default :false } >
2+ <{ include file= ' db:wggithub_breadcrumbs.tpl' } >
3+ <{ /if } >
4+
5+ <{ if $ads |default :' ' != ' ' } >
6+ <div class =' text-center' ><{ $ads } ></div >
7+ <{ /if } >
You can’t perform that action at this time.
0 commit comments