/ Published in: PHP
Simple "german" Paginator Template
Expand |
Embed | Plain Text
<div class="span-16 push-5 prepend-top"> <?php else: ?> <span class="disabled">< Zurück</span> <?php endif; ?> <?php foreach ($this->pagesInRange as $page): ?> <?php if ($page != $this->current): ?> <?php else: ?> <?php endif; ?> <?php endforeach; ?> <?php else: ?> <span class="disabled">Vorwärts ></span> <?php endif; ?> </div>
You need to login to post a comment.
