Commit 85846c39 authored by pookey's avatar pookey

setting default templatse for the payer layout

parent 99d026b8
...@@ -87,8 +87,8 @@ class Doctrine_Pager_Layout ...@@ -87,8 +87,8 @@ class Doctrine_Pager_Layout
$this->_setPagerRange($pagerRange); $this->_setPagerRange($pagerRange);
$this->_setUrlMask($urlMask); $this->_setUrlMask($urlMask);
$this->setTemplate(''); $this->setTemplate('[<a href="{%url}">{%page}</a>]');
$this->setSelectedTemplate(''); $this->setSelectedTemplate('[{%page}]');
$this->setSeparatorTemplate(''); $this->setSeparatorTemplate('');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment