Re: [PHPTAL] Concatenate instead of replace?

2010-03-14 Thread Nick Pack
Replaced - MyCompanyName On 14/03/2010 15:37, "Rowan @ Jetboy" wrote: > For an element such as: > > - MyCompanyName > > how would I go about inserting 'MyPageName' in front of '- MyCompanyName' > rather than replacing the default value completely? > > Do I need to go down the route of usi

[PHPTAL] Concatenate instead of replace?

2010-03-14 Thread Rowan @ Jetboy
For an element such as: - MyCompanyName how would I go about inserting 'MyPageName' in front of '- MyCompanyName' rather than replacing the default value completely? Do I need to go down the route of using PHP's DOM parser, or is there a simple PHPTAL way to do this? __