Pagination is gone after update
Posted: 15 Jul 2009, 19:50
Hi,
i had a pagination shown in my galleries. After upgrading from 2.2.4 to 2.5.0 the pagination is gone.
Sourcecode before update:
Sourcecode after update:
Any idea how to get my pagination back?
Thanks,
nuckel
i had a pagination shown in my galleries. After upgrading from 2.2.4 to 2.5.0 the pagination is gone.
Sourcecode before update:
Code: Select all
<div><center><div style="margin:0 10px 0 10px;display:inline;">Anzahl # <select name="limit" id="limit" class="inputbox" size="1" onchange="this.form.submit()"><option value="31" >31</option><option value="47" >47</option><option value="63" >63</option><option value="" ></option><option value="0" >Alle</option></select></div><div style="margin:0 10px 0 10px;display:inline;" class="sectiontablefooter" ></div><div style="margin:0 10px 0 10px;display:inline;" class="pagecounter"></div></center></div></form><div> </div><p> </p><div style="text-align:center"> <a href="https://www.phoca.cz/" style="text-decoration:none" target="_blank" title="Phoca Gallery">Phoca Gallery</a></div><p> </p>
</div><!-- end main or main2 -->
Code: Select all
<div><center></center></div><input type="hidden" name="controller" value="category" /><input type="hidden" name="105a8ea3068cc6b26f3838445f1115d1" value="1" /></form><div> </div><p> </p><div style="text-align:center"> <a href="https://www.phoca.cz/" style="text-decoration:none" target="_blank" title="Phoca Gallery">Phoca Gallery</a></div><p> </p>
</div><!-- end main or main2 -->Thanks,
nuckel