From 75d04f9a5fb6152e84d5ad60227156cfea5923bd Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Thu, 29 May 2014 20:13:15 +0200 Subject: Some cleanup on index. --- index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 895be86..5ad4d74 100644 --- a/index.php +++ b/index.php @@ -23,8 +23,9 @@ require_once 'config.php'; - - + + + <?php echo $config['frontpage']['title']; ?> @@ -117,7 +118,8 @@ require_once 'config.php'; if (isset($config['contact']) && !empty($config['contact'])) { echo 'Contact: '; - echo ''.$config['contact']['name'].''; + echo ''. + $config['contact']['name'].''; } ?>

-- cgit v1.2.3