From: Alex Sadleir Date: Tue, 31 Dec 2013 13:09:07 +0000 Subject: add sitemap X-Git-Url: http://maxious.lambdacomplex.org/git/?p=dcaas.git&a=commitdiff&h=0ccfe4213e4762736930948303fe27889661226f --- add sitemap --- --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,21 @@ - + + + + + + + @@ -19,11 +25,14 @@ + + + @@ -34,13 +43,17 @@ - + - + + + + + @@ -391,8 +449,9 @@ - + + @@ -455,7 +514,7 @@ @@ -500,57 +560,92 @@ + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + --- a/about.php +++ b/about.php @@ -1,2 +1,3 @@ -Icon "Cloud Computing" designed by Andrew Forrester from the Noun Project +Icon "Cloud Computing" designed by Andrew Forrester from the Noun Project --- a/config.php +++ b/config.php @@ -18,6 +18,10 @@ // Print PDOException message echo $e->getMessage(); } +function local_url() +{ + return "http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . "/"; +} function includeHeader($title) { @@ -32,7 +36,7 @@ - Starter Template for Bootstrap + <?= $title ?> @@ -55,7 +59,13 @@ - +