Changeset 810:143528f926c6 for themes/ductile/_config.php
- Timestamp:
- 03/29/12 13:34:24 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r776 r810 221 221 // HTML 222 222 'subtitle_hidden' => null, 223 'logo_src' => null, 223 224 // CSS 224 225 'body_font' => null, … … 322 323 if ($conf_tab == 'html') { 323 324 $ductile_user['subtitle_hidden'] = (integer) !empty($_POST['subtitle_hidden']); 325 $ductile_user['logo_src'] = $_POST['logo_src']; 324 326 325 327 $ductile_stickers = array(); … … 427 429 echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'),'plugin.php?p=simpleMenu').'</p>'; 428 430 } 431 echo '<p class="field"><label for"logo_src">'.__('Logo URL:').' '. 432 form::field('logo_src',40,255,$ductile_user['logo_src']).'</label>'.'</p>'; 429 433 echo '</fieldset>'; 430 434
Note: See TracChangeset
for help on using the changeset viewer.