Closed Fraenkiman closed 3 weeks ago
Thought experiment: There is already the function "nextpage, prevpage" in the file fp-includes/core/core.fpdb.class.php
Can't this one be taken as a workaround?
global $fpdb;
$p = '<span class="calendar-prev"><a href="' . $prevpage . '">«</a></span> ';
$n = ' <span class="calendar-next"><a href="' . $nextpage . '">»</a></span>';
I did not get it running though
Solved with 69ef6b0.
Hello, everyone.
Suggested improvements: Create the ability to jump back and forth in the calendar without having to use the outdated each () function.
Best regards from Berlin