Changeset 2313:ef1db3d7c388 for inc/public/prepend.php
- Timestamp:
- 10/08/13 15:27:39 (12 years ago)
- Branch:
- twig
- Parents:
- 1524:913f5a36bbb0 (diff), 2312:d01c85eaa37d (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. - File:
-
- 1 edited
-
inc/public/prepend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/public/prepend.php
r1315 r2313 69 69 $_lang = preg_match('/^[a-z]{2}(-[a-z]{2})?$/',$_lang) ? $_lang : 'en'; 70 70 71 l10n::lang($_lang); 71 72 if (l10n::set(dirname(__FILE__).'/../../locales/'.$_lang.'/date') === false && $_lang != 'en') { 72 73 l10n::set(dirname(__FILE__).'/../../locales/en/date');
Note: See TracChangeset
for help on using the changeset viewer.
