aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chanview.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/chanview.php')
-rw-r--r--mod/chanview.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/chanview.php b/mod/chanview.php
index b01eab869..8de59b92e 100644
--- a/mod/chanview.php
+++ b/mod/chanview.php
@@ -86,7 +86,8 @@ function chanview_content(&$a) {
$o = replace_macros(get_markup_template('chanview.tpl'),array(
- '$url' => $url
+ '$url' => $url,
+ '$full' => t('toggle full screen mode')
));
return $o;