Comment 4 for bug 580963

Revision history for this message
Andivista (andi19642004) wrote :

I added some new code in notes.php ( theme folder ). Now it`s working for me.

<?php if ($this->params_page == 'public' or $this->params_page == 'public'): ?>

<?php getPaginationString(array('notes/public/'), $this->notes_count, $this->current_page); ?>
<?php else: ?>

<?php getPaginationString(array('notes'), $this->notes_count, $this->current_page); ?>
<?php endif; ?>

Greetings from Berlin
Andreas