Allow changing album pages by arrow keys.

This commit is contained in:
2016-09-03 21:33:48 +02:00
parent f86a3ce358
commit 0341f73d09
2 changed files with 34 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ class PhotosIndex extends SubTemplate
}
echo '
</div>';
</div>
<script type="text/javascript" src="', BASEURL, '/js/albumnav.js"></script>';
}
protected function header($photos)