Changeset 27771
- Timestamp:
- 02/09/10 04:13:07 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfSympalPlugin/trunk/config/app.yml
r27627 r27771 8 8 # Configure the default culture 9 9 default_culture: en 10 11 # used for outputting date published slot. See sfDateFormat::getPattern() 12 # http://trac.symfony-project.org/browser/branches/1.4/lib/i18n/sfDateFormat.class.php 13 date_published_format: D 10 14 11 15 # Configure whether or not to allow the theme to be changed with a plugins/sfSympalPlugin/trunk/lib/helper/SympalContentSlotHelper.php
r27621 r27771 21 21 { 22 22 use_helper('Date'); 23 return format_datetime($content->date_published );23 return format_datetime($content->date_published, sfSympalConfig::get('date_published_format')); 24 24 } 25 25

