I have create a custom module to display some images and text.I want to have a header for this module because I don't want to have the title frmo website.I need a individual title so I think I need to have a different header for this module or how can I have a title just for this module? The code for meta title is:
meta charset="utf-8" />
<title>{$meta_title|escape:'html':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}" />
{/if}
So I will need the title to be My title
Can someone help me?
Page that you have created with your module are presumably FrontControllers. Otherwise, existing pages already have their purpose and meta tags.
If you did use FrontController to create a Page, then you can input meta information for your page in SEO & URLs > SEO & URLs > Add. There you can input custom url-rewrite for your page and met info.