Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/layouts/mozilla.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/layouts/mozilla.thtml')
-rw-r--r--site/app/views/layouts/mozilla.thtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/app/views/layouts/mozilla.thtml b/site/app/views/layouts/mozilla.thtml
index 722ef91..94e923c 100644
--- a/site/app/views/layouts/mozilla.thtml
+++ b/site/app/views/layouts/mozilla.thtml
@@ -152,7 +152,7 @@
// <![CDATA[
$(document).ready(function() {
- $("a[rel*=jquery-lightbox]").lightBox({
+ $("a[@rel*=jquery-lightbox]").lightBox({
overlayOpacity: 0.6,
imageBlank: "'.$html->url('/img/jquery-lightbox/lightbox-blank.gif', null, false, false).'",
imageLoading: "'.$html->url('/img/jquery-lightbox/lightbox-ico-loading.gif', null, false, false).'",
@@ -322,6 +322,7 @@ if (!(isset($suppressHeader) && $suppressHeader))
echo $this->renderElement('header');
?>
+<!-- mozilla.thtml processed for <?=basename(preg_replace("/\?.*/", "", $_SERVER["REQUEST_URI"]));?> -->
<?=$content_for_layout ?>
<?php