By DrupalDummy-1 on
I am using views 1.x in Drupal 5.x. I have a list view. At the bottom of the view there is views default pager. I placed the code for an ad bar in the footer option in view. Now the ad appears between the view list and the pager. I would like to move the pager above ad bar so that the ad bar is the last element. (I do not want to put this bar in theme footer as each view will have different ad. Nor I can use panels for different reasons)
I tried the code print theme('pager', '', 10, 0); . Now I have two pagers one above ad and one below ad. I do not know how to fix it, i.e remove bottom pager.
Thanks.