1
0

Move themes files into the root directory

This commit is contained in:
2025-11-05 09:33:23 +01:00
parent 80e0fe22d2
commit 86f7a15a28
137 changed files with 32 additions and 31 deletions

View File

@@ -0,0 +1,15 @@
<div class="pagination">
$if(previousPageNum)$
<a href="$previousPageUrl$" class="previous">&larr; Vorherige</a>
$else$
<span>&nbsp;</span>
$endif$
<span class="page_number">Seite $currentPageNum$ von $numPages$</span>
$if(nextPageNum)$
<a href="$nextPageUrl$" class="next">Nächste &rarr;</a>
$else$
<span>&nbsp;</span>
$endif$
</div>