The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1) $paginate_current_page = 1; $paginate_sections = array( 0 , 2); $paginate_top_section = $paginate_sections[$paginate_current_page-1]+1; $paginate_bottom_section = $paginate_sections[$paginate_current_page]; } else { $paginate_top_section = 1; $paginate_bottom_section = 2; } $paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&'; $paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self); $paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1); if($paginate_self == '&') $paginate_self = ''; else $paginate_self = htmlentities($paginate_self); $paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page"; ?>

Entries with the keyword "Mixes"

Advertisement
FabricLive: The Herbaliser
(01 February 2006) - You know the feeling you get when you throw a DJ mix on your portable device for the first time and on your way out the door—even before you've adjusted the headset and locked the door behind you—you know...
'; } ?>
Cassette Jam 05
(24 October 2005) - When was the last time you labored through making a mix tape? I think I made my last one in 1997. The cassette tape is pretty foreign these days, but still hugely nostalgic. Cassette Jam 05 is a collection...
'; } ?>

previous page | 1) echo ' | '; if($i == $paginate_current_page) { echo sprintf("%d", $i); } else { echo "%d', $i) . ''; } } ?> | next page