1
0
mirror of synced 2024-12-13 06:46:03 +03:00

setting default templatse for the payer layout

This commit is contained in:
pookey 2008-01-17 16:00:52 +00:00
parent 99d026b894
commit 85846c39bd

View File

@ -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('');
} }