/* default.ts Default typoscript setup code rev 0.1.0 revised 6.28.07 COMPANY NAME */ #// DEBUG Stuff temp.test = TEXT temp.test.value = Test! Its a test!! #// Enable config panel-Turns on the admin panel when an ADMIN is logged into backend config.admPanel = 1 #// Remove extra html markup config.disablePrefixComment = 1 #// Note: Real URL doesn't work with static documants! config.simulateStaticDocuments = 0 #// Set in constants - abs_path config.baseURL = {$abs_path} #// REALURL //# - enable the plugin #// dont forget to add code to .htaccess and localconf.php too! config.tx_realurl_enable = 1 #// Forces sitemap to link to top window (otherwise opens new window) tt_content.menu.20.2.1.target = # Menus... Can be Grahic or textual, or a combination of both ;-) #// RANDOM HEADER (image) Loader plugin.tx_ccrandomimage_pi1 = USER_INT plugin.tx_ccrandomimage_pi1 { path = {$plugin.tx_ccrandomimage_pi1.path} fileExt = jpg,jpeg renderObj = COA renderObj { 10 = TEXT 10.value = ###FILE_1### 10.wrap = } } #// SEARCHBOX OBJECT temp.searchbox_t3 = COA_INT temp.searchbox_t3 { stdWrap.prefixComment = 2 | temp.searchbox 10 = TEXT #// Page search plugin lives on 10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID} #10.typolink.parameter = 24 10.typolink.returnLast = url 10.wrap =
20 = COA 20 { #wrap = | 10 = TEXT 10.data = GPvar : tx_indexedsearch |sword 10.wrap = 20 = COA 20 { 10 = TEXT 10.value =
} } } #// FOOTER temp.footer_t3 = COA temp.footer_t3{ 5 = TEXT 5.value = Tell A Friend | Site Map | Privacy Policy } #// Tell a friend, for an image temp.taf_image_t3 = COA temp.taf_image_t3{ 5 = TEXT 5.value = {$taf_alt} } #// Default PAGE object page = PAGE #//Default page is typeNum=0 page.typeNum = 0 config { doctype = xhtml_trans xmlprologue = none xhtml_cleaning = all htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" } page.meta.keywords.field = keywords page.meta.description.field = description #// Order of and will be reversed. #// This is needed for MSIE to be standards compliant with XHTML page.config.doctypeSwitch = 1 page.stylesheet = fileadmin/template/css/global.css