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 . '
'; +} +