Changeset 2928:0471a74f04ed for plugins/simpleMenu/_widgets.php
- Timestamp:
- 01/26/15 13:44:21 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/simpleMenu/_widgets.php
r2778 r2928 20 20 $w->create('simplemenu',__('Simple menu'),array('tplSimpleMenu','simpleMenuWidget'),null,'List of simple menu items'); 21 21 $w->simplemenu->setting('title',__('Title (optional)').' :',__('Menu')); 22 $w->simplemenu->setting('description',__('Item description'),0,'combo', 23 array( 24 __('Displayed in link') => 0, // span 25 __('Used as link title') => 1, // title 26 __('Displayed in link and used as title') => 2, // both 27 __('Not displayed nor used') => 3 // none 28 ) 29 ); 22 30 $w->simplemenu->setting('homeonly',__('Display on:'),0,'combo', 23 31 array( … … 26 34 __('Except on home page') => 2 27 35 ) 28 );36 ); 29 37 $w->simplemenu->setting('content_only',__('Content only'),0,'check'); 30 38 $w->simplemenu->setting('class',__('CSS class:'),'');
Note: See TracChangeset
for help on using the changeset viewer.