HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/www/sites/all/modules/views/help/top-pager.html
Copy the views-view.tpl.php from the /views/theme directory to themes/yourtheme/theme directory. Find the following code...


<pre>
  &lt;?php if ($attachment_before): ?&gt;
    &lt;div class="attachment-before"&gt;
      &lt;?php print $attachment_before; ?&gt;
    &lt;/div&gt;
  &lt;?php endif; ?&gt;
</pre>

Insert the following code after it (this is copied directly from the same code at the bottom of the tpl):

<pre>
  &lt;?php if ($pager): ?&gt;
    &lt;?php print $pager; ?&gt;
  &lt;?php endif; ?&gt;
  </pre>