Jump to content

Title problem


kvnirvana

Recommended Posts

I've got this code

 

<{assign var="title" value=$people->getTitle()|cat:" "|cat:$people->getName()|cat:" | Sea.com"}>

 

How do I write some text fx. 'visit' in the beginning of the title value?

Tried to do it like this

 

<{assign var="title" value=Visit $people->getTitle()|cat:" "|cat:$people->getName()|cat:" | Sea.com"}>

But then I get an error.

 

Any help mych appriciated

Link to comment
https://forums.phpfreaks.com/topic/253266-title-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.