From d4a5129a24d00efb773bbf4f7e39cd53072aaa46 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Mar 2013 19:41:27 +0400 Subject: remove plugins/googlereadertheme --- plugins/googlereadertheme/init.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 plugins/googlereadertheme/init.php (limited to 'plugins/googlereadertheme/init.php') diff --git a/plugins/googlereadertheme/init.php b/plugins/googlereadertheme/init.php deleted file mode 100644 index 4ee4a4ba3..000000000 --- a/plugins/googlereadertheme/init.php +++ /dev/null @@ -1,27 +0,0 @@ -link = $host->get_link(); - $this->host = $host; - - if ($_SESSION["uid"]) { - // force-enable combined mode - set_pref($this->link, "COMBINED_DISPLAY_MODE", true, $_SESSION["uid"]); - } - } - - function get_css() { - return file_get_contents(dirname(__FILE__) . "/init.css"); - } -} -?> -- cgit v1.2.3-54-g00ecf