diff --git a/global.json b/global.json index fa12862..95460ae 100755 --- a/global.json +++ b/global.json @@ -38,6 +38,8 @@ "twitter": [], "links": { }, + "buttons": { + }, "google_analytics": false, "piwik_analytics": false, diff --git a/templates/home.php b/templates/home.php index 8bc7774..3f93cdd 100755 --- a/templates/home.php +++ b/templates/home.php @@ -27,6 +27,9 @@ foreach ($page['entry_page'] as $key => $node) { echo '' . $key . ''; } + foreach ($params['html']['buttons'] as $name => $link ) { + echo '' . $name . ''; + } ?>