projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a48c69
)
Use user-defined date format in kronolith dynamic display, not hardcoded format
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Nov 2010 05:51:51 +0000
(22:51 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 9 Nov 2010 05:51:51 +0000
(22:51 -0700)
kronolith/templates/index/index.inc
patch
|
blob
|
history
diff --git
a/kronolith/templates/index/index.inc
b/kronolith/templates/index/index.inc
index
75922eb
..
6b9531f
100644
(file)
--- a/
kronolith/templates/index/index.inc
+++ b/
kronolith/templates/index/index.inc
@@
-35,7
+35,7
@@
<!-- begin top bar -->
<div id="kronolithBar">
<div class="kronolithDateChoice" <?php $todayAccessKey = Horde::getAccessKey(_("_Today")); echo Horde::getAccessKeyAndTitle(_("_Today"), true) ?>>
- <div><?php echo $today->strftime(
'%a, %e %b %Y'
) ?></div>
+ <div><?php echo $today->strftime(
$prefs->getValue('date_format_mini')
) ?></div>
</div>
<div id="kronolithNav">
<ul>