|
106 | 106 | tpl_button('recent');
|
107 | 107 | tpl_button('index');
|
108 | 108 | tpl_button('login');
|
109 |
| - if(tpl_getConf('sidebar') == 'none') tpl_searchform(); |
| 109 | + if(tpl_getConf('sidebar') == 'none') arctic_tpl_searchform(); |
110 | 110 | } else {
|
111 | 111 | tpl_button('login');
|
112 | 112 | }
|
|
119 | 119 | tpl_actionlink('recent');
|
120 | 120 | tpl_actionlink('index');
|
121 | 121 | tpl_actionlink('login');
|
122 |
| - if(tpl_getConf('sidebar') == 'none') tpl_searchform(); |
| 122 | + if(tpl_getConf('sidebar') == 'none') arctic_tpl_searchform(); |
123 | 123 | } else {
|
124 | 124 | tpl_actionlink('login');
|
125 | 125 | }
|
|
139 | 139 |
|
140 | 140 | <?php if(!arctic_tpl_sidebar_hide()) { ?>
|
141 | 141 | <div class="left_sidebar">
|
142 |
| - <?php tpl_searchform() ?> |
| 142 | + <?php arctic_tpl_searchform() ?> |
143 | 143 | <?php arctic_tpl_sidebar('left') ?>
|
144 | 144 | </div>
|
145 | 145 | <main class="right_page" id="dokuwiki__content" tabindex="-1">
|
|
158 | 158 | <?php ($notoc) ? tpl_content(false) : tpl_content() ?>
|
159 | 159 | </main>
|
160 | 160 | <div class="right_sidebar">
|
161 |
| - <?php tpl_searchform() ?> |
| 161 | + <?php arctic_tpl_searchform() ?> |
162 | 162 | <?php arctic_tpl_sidebar('right') ?>
|
163 | 163 | </div>
|
164 | 164 | <?php } else { ?>
|
|
171 | 171 |
|
172 | 172 | <?php if(!arctic_tpl_sidebar_hide()) { ?>
|
173 | 173 | <div class="left_sidebar">
|
174 |
| - <?php if(tpl_getConf('search') == 'left') tpl_searchform() ?> |
| 174 | + <?php if(tpl_getConf('search') == 'left') arctic_tpl_searchform() ?> |
175 | 175 | <?php arctic_tpl_sidebar('left') ?>
|
176 | 176 | </div>
|
177 | 177 | <main class="center_page" id="dokuwiki__content" tabindex="-1">
|
178 | 178 | <?php ($notoc) ? tpl_content(false) : tpl_content() ?>
|
179 | 179 | </main>
|
180 | 180 | <div class="right_sidebar">
|
181 |
| - <?php if(tpl_getConf('search') == 'right') tpl_searchform() ?> |
| 181 | + <?php if(tpl_getConf('search') == 'right') arctic_tpl_searchform() ?> |
182 | 182 | <?php arctic_tpl_sidebar('right') ?>
|
183 | 183 | </div>
|
184 | 184 | <?php } else { ?>
|
|
0 commit comments