add rtk ausbudget import
[disclosr.git] / getAgency.php
blob:a/getAgency.php -> blob:b/getAgency.php
--- a/getAgency.php
+++ b/getAgency.php
@@ -178,7 +178,7 @@
             echo '<div><i class="icon-shopping-cart" style="float:left"></i><p style="margin-left:16px;">';
             $keys = array_keys($row['statistics']['budget']);
             $lastkey = $keys[count($keys)-1];
-            echo money_format("%#10i",(float)$row['statistics']['budget'][$lastkey]['value']).' <small>('.$lastkey.' budget)</small>';
+            echo "$".number_format(floatval($row['statistics']['budget'][$lastkey]['value'])).' <small>('.$lastkey.' budget)</small>';
             echo '</div>';
         }
     echo '  </ul>
@@ -245,9 +245,9 @@
         </div><!--/span-->
         <div class="span9">
           <div class="hero-unit">
-            <h1>Hello, world!</h1>
-            <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
-            <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
+            <h1>Australian Government Agencies</h1>
+            <p>Explore collected information about Australian Government Agencies below.</p>
+
           </div>
           <div class="row-fluid">
             <div class="span4">';