Finish Main Page
This commit is contained in:
+1
-3
@@ -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>
|
||||
?>
|
||||
Reference in New Issue
Block a user