summaryrefslogtreecommitdiff
path: root/modules/exif/views/exif_sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/exif/views/exif_sidebar.html.php')
-rw-r--r--modules/exif/views/exif_sidebar.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/exif/views/exif_sidebar.html.php b/modules/exif/views/exif_sidebar.html.php
new file mode 100644
index 0000000..8af2eb1
--- /dev/null
+++ b/modules/exif/views/exif_sidebar.html.php
@@ -0,0 +1,6 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<a id="g-exif-data-link" href="<?= url::site("exif/show/{$item->id}") ?>" title="<?= t("Photo details")->for_html_attr() ?>"
+ class="g-dialog-link g-button ui-icon-left ui-state-default ui-corner-all">
+ <span class="ui-icon ui-icon-info"></span>
+ <?= t("View more information") ?>
+</a>