diff options
Diffstat (limited to 'modules/exif/views/exif_sidebar.html.php')
| -rw-r--r-- | modules/exif/views/exif_sidebar.html.php | 8 |
1 files changed, 8 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 00000000..21f5a79b --- /dev/null +++ b/modules/exif/views/exif_sidebar.html.php @@ -0,0 +1,8 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<a href="<?= $url ?>" title="<?= t("Photo Details") ?>" + class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all"> + <span class="ui-icon ui-icon-info"></span> + <?= t("View more information") ?> +</a> + +
\ No newline at end of file |
