Changeset 1011:c8f32ed1ca5c for themes
- Timestamp:
- 11/14/12 19:27:33 (13 years ago)
- Branch:
- default
- Parents:
- 1004:1c1f8b410a12 (diff), 1009:867afbf9f1be (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
-
themes/ductile/_config.php (modified) (1 diff)
-
themes/ductile/_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r907 r1011 429 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>'; 430 430 } 431 echo '<p class="field"><label for "logo_src">'.__('Logo URL:').' '.431 echo '<p class="field"><label for="logo_src">'.__('Logo URL:').' '. 432 432 form::field('logo_src',40,255,$ductile_user['logo_src']).'</label>'.'</p>'; 433 433 echo '</fieldset>'; -
themes/ductile/_config.php
r1008 r1011 405 405 $core->emptyTemplatesCache(); 406 406 407 echo 408 '<div class="message"><p>'. 409 __('Theme configuration upgraded.'). 410 '</p></div>'; 407 dcPage::message(__('Theme configuration upgraded.'),true,true); 411 408 } 412 409 catch (Exception $e)
Note: See TracChangeset
for help on using the changeset viewer.
