Hey, In my views I use a common pagination style across all my modules like this:
<?= $this->paginationControl($this->paginator, 'Sliding', '../../../views/scripts/partials/pagination.phtml'); ?> Changing it to this: /var/www/ZF-apps/views/scripts/partials/pagination.phtml does not work - I get a not found in path error. How do I make this change? How do you guys share a single pagination.phtml across all modules? Thanks!! monk.e.boy -- View this message in context: http://www.nabble.com/ZF-1.8.2-no-more-..-..-..--in-my-views%21-tp23764251p23764251.html Sent from the Zend Framework mailing list archive at Nabble.com.
