Created
March 24, 2013 21:04
-
-
Save tomaj/5233511 to your computer and use it in GitHub Desktop.
Konfiguracia tx_monoga - advanced
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.tx_monoga_pi1 { | |
ga_type = 2 # we can use new GA (ga.js) | |
ga_code = UA-XXXXXXX-X # GA code | |
ga_domain = typo3page.com # pages main domain | |
ga_organic { # few search engines from slovakia and czech | |
seznam = w | |
atlas.sk = phrase | |
centrum.sk = q | |
morfeo.sk = q | |
zoohoo.sk = q | |
tiscali = query | |
azet = sq | |
centrum.cz = q | |
jyxo = q | |
atlas.cz = q | |
zoohoo.cz = q | |
} | |
} | |
#.... nejaké ďalšie typoscript nastavenia .... | |
page = PAGE | |
#.... nastavenia objektu PAGE .... | |
page.1000 < plugin.tx_monoga_pi1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment