You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2012/01/13/SOPA-Blackout-component.rst
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -32,25 +32,25 @@ Suggestions welcomed...
32
32
33
33
<?php
34
34
class SopaBlackoutComponent extends Object {
35
-
36
-
35
+
36
+
37
37
var $sopa_blackout_page_title = 'Supporting anti-SOPA Blackout day'; // title and h1 content
38
38
var $sopa_blackout_include_video = true; // embed the video from americancensorship.org on your site?
39
39
var $sopa_blackout_include_form = true; // include the form from americancensorship.org on your site?
40
-
var $sopa_blackout_message = '<p>On the Tuesday 24th January 2012, the US Senate will vote on the <a href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act" target="_blank">internet censorship bill</a>.<br /><br />Whilst it is an American law, it has far reaching repurcusions for the web as a whole.<br /><br />There are many companies against SOPA, such as <a href="http://www.mattcutts.com/blog/internet-censorship-sopa/" target="_blank">Google</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html" target="_blank">Reddit</a>, <a href="http://news.cnet.com/8301-31921_3-57342914-281/silicon-valley-execs-blast-sopa-in-open-letter/" target="_blank">Facebook, Twitter, Wikipedia</a>, and today I am lending my weight to the argument by taking my site down for the day.<br /><br />If you think SOPA doesn\'t affect you, please think again. Watch the video below, or use the form below to force politicians to take notice.<br /><br />Thank you</p>';
41
-
var $sopa_blackout_date = '2012-01-18'; // SOPA Blackout Day - 18th January 2012
40
+
var $sopa_blackout_message = '<p>On the Tuesday 24th January 2012, the US Senate will vote on the <a href="https://en.wikipedia.org/wiki/Stop_Online_Piracy_Act" target="_blank">internet censorship bill</a>.<br /><br />Whilst it is an American law, it has far reaching repurcusions for the web as a whole.<br /><br />There are many companies against SOPA, such as <a href="http://www.mattcutts.com/blog/internet-censorship-sopa/" target="_blank">Google</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html" target="_blank">Reddit</a>, <a href="http://news.cnet.com/8301-31921_3-57342914-281/silicon-valley-execs-blast-sopa-in-open-letter/" target="_blank">Facebook, Twitter, Wikipedia</a>, and today I am lending my weight to the argument by taking my site down for the day.<br /><br />If you think SOPA doesn\'t affect you, please think again. Watch the video below, or use the form below to force politicians to take notice.<br /><br />Thank you</p>';
41
+
var $sopa_blackout_date = '2012-01-18'; // SOPA Blackout Day - 18th January 2012
42
42
var $sopa_blackout_timestart = 8; // Starting at 8am or 08:00:00
43
43
var $sopa_blackout_timeend = 20; // Ending at 8pm or 20:00:00
44
44
var $sopa_blackout_timezone = null; // recommended timezones would be America/New_York or America/Los_Angeles
45
-
46
-
45
+
46
+
47
47
//called before Controller::beforeFilter()
48
48
function initialize(&$controller, $settings = array()) {
0 commit comments