File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,30 @@ function ua_smt (){
50
50
<div class="container">
51
51
<div class="row">
52
52
53
- <!-- ********** CONTENT ********** -->
54
53
<?php if (ua_smt () == true ){
55
54
echo '<div class="col-12 mt-4"> ' ;
56
55
} else {
57
56
echo '<div class="col-12 px-4 mt-4 border-left border-dark"> ' ;
58
57
} ?>
58
+
59
+ <?php if (ua_smt () == false ): ?>
60
+ <?php if ($ showSidebar ): ?>
61
+ <!-- ********** ASIDE ********** -->
62
+ <div id="dokuwiki__aside"><div class="pad aside include group">
63
+ <h3 class="toggle"><?php echo $ lang ['sidebar ' ] ?> </h3>
64
+ <div class="content"><div class="group">
65
+ <?php tpl_flush () ?>
66
+ <?php tpl_includeFile ('sidebarheader.html ' ) ?>
67
+ <?php tpl_include_page ($ conf ['sidebar ' ], true , true ) ?>
68
+ <?php tpl_includeFile ('sidebarfooter.html ' ) ?>
69
+ </div></div>
70
+ </div></div><!-- /aside -->
71
+ <?php endif ; ?>
72
+ <?php endif ; ?>
73
+
74
+
75
+ <!-- ********** CONTENT ********** -->
76
+
59
77
<div id="dokuwiki__content"><div class="pad group">
60
78
<?php html_msgarea () ?>
61
79
You can’t perform that action at this time.
0 commit comments