From 85846c39bd1a7f0a91f797cb9891a4ad94314b18 Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 17 Jan 2008 16:00:52 +0000 Subject: [PATCH] setting default templatse for the payer layout --- lib/Doctrine/Pager/Layout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Pager/Layout.php b/lib/Doctrine/Pager/Layout.php index 6ab277a6e..5a26a3a02 100644 --- a/lib/Doctrine/Pager/Layout.php +++ b/lib/Doctrine/Pager/Layout.php @@ -87,8 +87,8 @@ class Doctrine_Pager_Layout $this->_setPagerRange($pagerRange); $this->_setUrlMask($urlMask); - $this->setTemplate(''); - $this->setSelectedTemplate(''); + $this->setTemplate('[{%page}]'); + $this->setSelectedTemplate('[{%page}]'); $this->setSeparatorTemplate(''); }