summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-10 14:13:02 +0000
committerGravatar mensonge2009-02-10 14:13:02 +0000
commitf8f0b34afa9c2232f12efccbdbd4091317e738a8 (patch)
tree11412438339324fde7c742537eacdcdb370d7f1e /config.inc.php.example
parent834b3aedb86bf5a7f76e01646201c495a9da8faf (diff)
downloadscuttle-f8f0b34afa9c2232f12efccbdbd4091317e738a8.tar.gz
scuttle-f8f0b34afa9c2232f12efccbdbd4091317e738a8.zip
New Feature: add Google Analytics Code in config file [Config file modified: googleAnalyticsCode]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@267 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example2
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/
?>