On Monday 03 March 2008 12:15:45 Navrang wrote: > I have experience with TG application. > But i dont know how to replace static contents specific to custom > theme. > and how to replace custom templates.
You can use the tg_template-parameter returned in a controller to control which alternative template to use. And static content is replaced by controller-methods, returning the static data modified. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

