summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/list.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-09 16:07:21 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-09 16:07:21 +0200
commit61746d5540723d7463a0c1d666decb9c164c6678 (patch)
treef8e04b628794e53b00691e214ae6e77b88c9d8f6 /lib/plugins/extension/helper/list.php
parent2d87f05b99091011a83d131724e9714f9c07f976 (diff)
downloadrpg-61746d5540723d7463a0c1d666decb9c164c6678.tar.gz
rpg-61746d5540723d7463a0c1d666decb9c164c6678.tar.bz2
added a very simplistic lightbox
Diffstat (limited to 'lib/plugins/extension/helper/list.php')
-rw-r--r--lib/plugins/extension/helper/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/list.php b/lib/plugins/extension/helper/list.php
index 12db5ea3c..62031a69b 100644
--- a/lib/plugins/extension/helper/list.php
+++ b/lib/plugins/extension/helper/list.php
@@ -181,7 +181,7 @@ class helper_plugin_extension_list extends DokuWiki_Plugin {
*/
function make_screenshot(helper_plugin_extension_extension $extension) {
if($extension->getScreenshotURL()) {
- $img = '<a title="'.hsc($extension->getDisplayName()).'" href="'.hsc($extension->getScreenshotURL()).'" target="_blank">'.
+ $img = '<a title="'.hsc($extension->getDisplayName()).'" href="'.hsc($extension->getScreenshotURL()).'" target="_blank" class="extension_screenshot">'.
'<img alt="'.hsc($extension->getDisplayName()).'" width="120" height="70" src="'.hsc($extension->getThumbnailURL()).'" />'.
'</a>';
} elseif($extension->isTemplate()) {