|
Re: Two problems: msg#00051php.drupal.support
On Thu, 8 Jul 2004 22:32:45 +0200, Abalieno <cesspit@xxxxxxxxxxx> wrote: It is as Gordon described. In the .theme file for your theme, find the This did the trick for me. static $current_date; if (format_date($node->created, 'custom', 'Ymd') != $current_date) { $output .= " <h2>". format_date($node->created, 'custom', 'F j, Y') ."</h2>\n"; $current_date = format_date($node->created, 'custom', 'Ymd'); } -- Tim Altman -- [ Drupal support list | http://list.drupal.org/ ] |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Two problems: 00051, Abalieno |
|---|---|
| Next by Date: | Grouping nodes under a single date header: 00051, Abalieno |
| Previous by Thread: | Re: Two problemsi: 00051, Abalieno |
| Next by Thread: | Re: Two problems: 00051, Abalieno |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |