]> mj.ucw.cz Git - gallery.git/commitdiff
gal-mj-init: A better template
authorMartin Mares <mj@ucw.cz>
Tue, 9 Nov 2021 10:19:46 +0000 (11:19 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 9 Nov 2021 10:19:46 +0000 (11:19 +0100)
bin/gal-mj-init

index 84a760038dfa5131f741c6be6b9e0f37c407072a..e61cbc0c12aa93c84cf7182a87c9da50587fb95a 100755 (executable)
@@ -13,7 +13,9 @@ use common::sense;
 
 my $gal = do '../../default.cf';
 $gal->set(
-       Title => 'Unnamed',
+       Title => "FIXME",
+       # SubTitle => "",
+       # AuthNeeded => 'rodina',
 );
 
 return $gal;