Is there a way to prepend/append text to the title returned by include_title(), so that I could still set titles dynamically in each action, but have some text added to it throughout the app? I'd want to do something like
<title>Login - MySite.com</title> <title>Recover Password - MySite.com</title> <title>Update Profile - MySite.com</title> Is it possible to do this without writing a helper to mimic the functionality of include_title() - something built in to include_title(), perhaps? ~Brian -- Brian P. Hoke Bentley & Hoke LLC 315-446-2300 www.bentleyhoke.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
