Hey all, I am using a hosting company that allows me to mount my TG application at a place other than the root for a particular domain. For instance:
http://www.myurl.com/my_tg_app/ my problem is that my master.html (genshi) files point to a relative directory, but I want to make it generic enough so that if I had two applications running different code bases: (http://www.myurl.com/ my_tg_app_dev or http://www.myurl.com/my_tg_app_prod) I can use the same templates (and not put a special path in for each application. My question is, is there a way to modify the TG config file (prod.cfg or dev.cfg) in and then use a global variable (sort of like $tg_css) in my templates to support multiple mount points? TIA -chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

