news title as page title

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
samplist
Forum Members
Forum Members
Posts: 38
Joined: Fri Sep 08, 2006 7:42 am

news title as page title

Post by samplist »

Hi all!
Is it possible to have my news title as a page title, like let's say

Code: Select all

<head>
<title>Mysite.com - {news_title}</title>
</head>
i tried {$entry->title} but that didn't worked.
any ideas?
alby

Re: news title as page title

Post by alby »

samplist wrote: Is it possible to have my news title as a page title, like let's say
Look this

Alby
samplist
Forum Members
Forum Members
Posts: 38
Joined: Fri Sep 08, 2006 7:42 am

Re: news title as page title

Post by samplist »

It worked, thanks!
Post Reply

Return to “Developers Discussion”