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 "Daniel Libeskind"

Advertisement
Libeskind in Progress
(20 April 2005) - We mentioned Libeskind's addition to the Denver Art Museum back in February and just included a rendering of the fantastic cubist design. Cubistro has been taking photos throughout the construction process that are a must see for any of...
'; } ?>
Denver: Art Museum Addition
(10 February 2005) - The Denver Art Museum is getting quite the grand and futuristic expansion--They're calling it the Frederic C. Hamilton building. It's going to be an impressive geometric shaped explosion made of glass and over 230,000 square feet of titanium all...
'; } ?>

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