diff --git a/libs/functions.php b/libs/functions.php index 0283e0f..dc17bc2 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -35,7 +35,8 @@ function get_options() { 'twitter' => array(), 'links' => array(), 'colors' => false, - 'google_analytics' => false + 'google_analytics' => false, + 'piwik_analytics' => false ); // Load User Config @@ -261,4 +262,4 @@ function get_tree($path = '.', $clean_path = '', $title = ''){ return $tree; } -?> \ No newline at end of file +?>