Finish Main Page

This commit is contained in:
Willy Sudiarto Raharjo
2012-06-14 08:58:38 +07:00
parent 2dc8ce3e68
commit 986c9d2477
9 changed files with 163 additions and 221 deletions
+1 -3
View File
@@ -1,4 +1,3 @@
<div class="quotes">
<?php
$url = "http://feeds.feedburner.com/quotationspage/qotd";
if ($url)
@@ -13,5 +12,4 @@ if ($url)
$string = preg_replace("/\"/", "", $string);
echo trim($string) . "<br/>(" . $xml->channel->item[$x]->title . ")<br/>Source: <a href=\"http://www.quotationspage.com/\">QuotationsPage</a>";
}
?>
</div>
?>