Ok, I have a bit of a problem. I have 200 videos for a channel and it lists them in a long list of video thumbnails (4 wide). Now what I need is to provide a pageination feature. I see how it is done in the video.tpl file and so I have copied that code, with no success. My site is ettv.com and you can see this at music channels. Below is the code of the pageination that I am trying to build on

{if $view.page_links ne ""}
<div class="pageLinks">Pages: {$view.page_links}</div>
{/if}