Changeset 1971:f0a9d1ec6e3c for plugins/widgets
- Timestamp:
- 09/20/13 20:14:39 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/index.php
r1669 r1971 247 247 $widget_elements = new stdClass; 248 248 $widget_elements->content = 249 '<h3 class="clear">'.__('Use of widgets').'</h3>'. 249 '<h3 class="clear">'.__('Help for this page').'</h3>'. 250 '<h4>'.__('Use of widgets').'</h4>'. 250 251 '<p>'.__('Widgets may be used to add various blocks of content to be displayed on your public pages. To add a widget, '. 251 252 'drag it from the Available widgets list on the left to one of the sidebars on the right of this page. You can order '. … … 254 255 'to their name.').'</p>'. 255 256 '<p>'.__('Reset sidebars to get back to default widgets installation.').'</p>'. 256 '<h 3 class="clear">'.__('Widget templates tags').'</h3>'.257 '<h4>'.__('Widget templates tags').'</h4>'. 257 258 '<div id="widgets-tpl">'. 258 259 '<p>'.__('If you are allowed to edit your theme templates, you can directly add widgets as '.
Note: See TracChangeset
for help on using the changeset viewer.