diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gallery.crotmp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/gallery.crotmp b/templates/gallery.crotmp index 6cc7fbf..e1d13e3 100644 --- a/templates/gallery.crotmp +++ b/templates/gallery.crotmp @@ -3,6 +3,13 @@ <noscript> <div class="alert" role="alert">JavaScript required.</div> </noscript> + <?.show-nav> + <div id="nav"> + <@nav : $p> + <a href="<$p.<url>>"><$p.<name>></a> / + </@> + </div> + </?> <div id="loading"> <label for="loading-progress">Loading Images:</label> <progress id="loading-progress" max="100" value="0"></progress> |