Changeset 2397:effa61ef2c4b for plugins/pages/_widgets.php
- Timestamp:
- 09/29/13 22:17:47 (12 years ago)
- Branch:
- widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_widgets.php
r2395 r2397 20 20 { 21 21 $w->create('pages',__('Pages'),array('tplPages','pagesWidget'),null,'List of published pages'); 22 $w->pages->setting('title',__('Title :'),__('Pages'));22 $w->pages->setting('title',__('Title (optional)').' :',__('Pages')); 23 23 $w->pages->setting('homeonly',__('Display on:'),1,'combo', 24 24 array(
Note: See TracChangeset
for help on using the changeset viewer.