Quoting norbi <[email protected]>:
hi list, how can i setup different themes, with different domainnames? like: domain1.de shows me a green theme domain2.de shows me a blue themei have copyed the directory "themes/default" to "themes/green" and "themes/blue" and have changed the name in "themes/green/info.php" and "themes/blue/info.php" , same with "templates/default" to "templates/green" and "templates/blue".but what does i need in "registry-domain1.de.php" and "registry-domain2.de.php"changing there "themesfs", or "templates" just load the theme "default" from horde :("GET /horde/themes/default/graphics/logo.png HTTP/1.1" 200 2337 "http://webmailtest.domain1.de/horde/themes/default/screen.css?v=7518defebaf976cab73da94a232a89b6" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0"registry-config $this->applications = array( 'horde' => array( 'initial_page' => 'imp/index.php', 'name' => 'Startseite', 'templates' => $app_fileroot . '/templates/green', 'themefs' => $app_fileroot . '/themes/green', 'provides' => 'imp', ), 'imp' => array( 'name' => _("Mail"), 'themefs' => $app_fileroot . '/themes/green', 'provides' => array( 'mail', 'contacts/favouriteRecipients' ) ),
No, what you want is to set the default theme in a domain specific prefs.php file.
-- mike The Horde Project (www.horde.org) [email protected]
smime.p7s
Description: S/MIME Cryptographic Signature
-- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
