There is a global template named "layout.php" located in the path "../ apps/templates". I think it's what you want
On Apr 17, 3:48 am, Kevin Barsotti <[email protected]> wrote: > I'm working on making an existing module more efficient, and presently > it has numerous (dozens) of actions which call upon an equal number of > templates that are for all intents and purposes identical, but with > differing data, i.e. > > executeA()-> aSuccess.php > executeB()-> bSuccess.php > executeC()-> cSuccess.php > etc... > > Ideally I'd like to just use a single template, let's call it > mySuccess.php, for numerous actions of this module (but not all of > them!). What would you recommend as the best way to handle this? > > -- > Kevin Barsotti > Operations Director > Tribal Dawn, LLC <www.tribaldawn.com> > 412.736.1357 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
