diff --git a/Source/pages/list.php b/Source/pages/list.php
index 7539672..ecb9c13 100644
--- a/Source/pages/list.php
+++ b/Source/pages/list.php
@@ -64,7 +64,7 @@
$t_page_link_body = "if ( is_null( \$t ) ) { \$t = \$p; }
return ( is_null( \$p ) ? '...' : ( \$p == $t_current ? \"\$p\" :
- '' . \$t . '' ) );";
+ 'id' . '&offset=' . \$p . '\">' . \$t . '' ) );";
$t_page_link = create_function( '$p, $t=null', $t_page_link_body ) or die( 'gah' );
if ( $t_pages > 15 ) {