Dakuipje Posted February 3, 2012 Share Posted February 3, 2012 So I want to put a box around the CMS content. I want the box to have the title of the page, so for example if the page is called "About us", the title should be "About us" as well. I dont know the var name of the page title however. Right now I am using: {$meta_title|escape:'htmlall':'UTF-8'} to display it, but this outputs the website name as well. I guess I could use smarty to replace the website name, but I am sure there has to be an easier way to do this. Anyone know how? Link to comment Share on other sites More sharing options...
dhada Posted February 16, 2012 Share Posted February 16, 2012 {$cms->meta_title} this one will get the title page 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now