Changeset 1747 for branches/release-33/php/lib/archive_lib.php
- Timestamp:
- 04/03/08 08:56:40 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/php/lib/archive_lib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/php/lib/archive_lib.php
r1742 r1747 68 68 function setup_args($ctx, &$args) { } 69 69 function template_params(&$ctx) { } 70 function is_date_based() { return false; } 70 71 } 71 72 … … 145 146 146 147 // Override Method 148 function is_date_based() { return true; } 149 147 150 function archive_prev_next($args, $content, &$ctx, &$repeat, $tag, $at) { 148 151 $localvars = array('current_timestamp', 'current_timestamp_end', 'entries');
