diff options
Diffstat (limited to 'config.inc.php.example')
-rw-r--r-- | config.inc.php.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example index 02ec288..7a5fff1 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -92,5 +92,5 @@ $enableAdminColors = true; #Enables special colors on admin pages and bookmarks $descriptionAnchors = array("author", "isbn", "address"=>"[address][street][/street][city][/city][/address]"); #add a possible anchor (structured content) for bookmarks' description field # a simple value "xxx" (like "author") automatically associates xxx with [xxx][/xxx]. # a complex value "xxx"=>"yyy" (like "address") direclty associates xxx with yyy. - +$googleAnalyticsCode = ''; #Allow GoogleAnalytics tracker https://www.google.com/analytics/ ?> |