how to show the pagination at bottom?

Hello,

I’ve an issue with pagination. The issue is the pagination is appearing at the top of the list(page) instead of appearing at the bottom. How can I show the pagination at the bottom? Is there any thing wrong in my code?

Here is my code


$this->widget('zii.widgets.CListView', array(

					'dataProvider' => $listItems,

					'itemView' => '_view',

					'enablePagination' => true,

					'template' => '{items} {pager}',

					'itemsCssClass' => '',

					'summaryCssClass' => '',

					'summaryText' => '',

					));

Thanks,

mooni