From b11963f9ac3551ff850ddfd4c8c58fe0c87dee1a Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 11 Jan 2011 18:46:37 -0800 Subject: [PATCH] first checkin fortunate plugin --- addon/fortunate/fortunate.css | 7 +++++++ addon/fortunate/fortunate.php | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 addon/fortunate/fortunate.css create mode 100644 addon/fortunate/fortunate.php diff --git a/addon/fortunate/fortunate.css b/addon/fortunate/fortunate.css new file mode 100644 index 0000000000..61813b7d7e --- /dev/null +++ b/addon/fortunate/fortunate.css @@ -0,0 +1,7 @@ +.fortunate { + margin-top: 25px; + margin-left: 100px; + margin-bottom: 25px; + color: #000088; + font-size: 14px; +} \ No newline at end of file diff --git a/addon/fortunate/fortunate.php b/addon/fortunate/fortunate.php new file mode 100644 index 0000000000..b91080f516 --- /dev/null +++ b/addon/fortunate/fortunate.php @@ -0,0 +1,24 @@ +page['htmlhead'] .= '' . "\r\n"; + + $s = fetch_url('http://fortunemod.com/cookie.php?numlines=2&equal=1&rand=' . mt_rand()); + $b .= '
' . $s . '
'; +} +