edit: move fotocover page to foto/ subdirectory
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 12 Jul 2018 19:42:30 +0000 (21:42 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 16 Jul 2018 05:40:12 +0000 (07:40 +0200)
Share base path with upcoming related features.

edit/foto/cover/index.php [moved from edit/fotocover/index.php with 100% similarity]
foto/album.inc.php

index e961196e34ad6e9e439fe652212b6374aff9c6de..c3f3464b6386c803af905d8fbce83c1aba98b719 100644 (file)
@@ -26,7 +26,7 @@ function openphotoswipe(index) {
 <?php
 if (!empty($User['admin'])) {
        printf("\t\t\t{id:'%s', label:'%s', url:'%s'},\n",
-               'cover', 'Cover instellen', "/edit/fotocover$Args?img={{image_url}}"
+               'cover', 'Cover instellen', "/edit/foto/cover$Args?img={{image_url}}"
        );
 }
 ?>