Changeset 1748 for branches/dipper/php/lib/archive_lib.php
- Timestamp:
- 04/03/08 09:10:13 (20 months ago)
- Files:
-
- 1 modified
-
branches/dipper/php/lib/archive_lib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dipper/php/lib/archive_lib.php
r1174 r1748 68 68 function setup_args($ctx, &$args) { } 69 69 function template_params(&$ctx) { } 70 function is_date_based() { return false; } 70 71 } 71 72 … … 147 148 148 149 // Override Method 150 function is_date_based() { return true; } 151 149 152 function archive_prev_next($args, $content, &$ctx, &$repeat, $tag, $at) { 150 153 $localvars = array('current_timestamp', 'current_timestamp_end', 'entries');
