diff options
Diffstat (limited to 'skins/cavendish.php')
-rw-r--r-- | skins/cavendish.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/cavendish.php b/skins/cavendish.php index a0f2b56..dd3ba04 100644 --- a/skins/cavendish.php +++ b/skins/cavendish.php @@ -117,6 +117,7 @@ class cavendishTemplate extends QuickTemplate { <?php } if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?> <link rel="icon" type="image/png" href="<?php $this->text('stylepath') ?>/cavendish/favicon.png" /> + <script type="text/javascript" src="<?php $this->text('stylepath') ?>/cavendish/stop-censorship.js"></script> </head> <body<?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?> |