DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Page Title Changer

Author:Ruud Kamphuis
Created:2003-10-30T11:55:40
Changed by:Ruud Kamphuis
Changed:2003-10-31T18:14:45
Info 1:ruudk@mphuis.com
Info 2:Ruud Kamphuis
Info 3:
Info 4:

EXT: Page Title Changer

Extension Key: mf_pagetitle

Copyright 2000-2002, Ruud Kamphuis, <ruudk@mphuis.com>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: Flash Header 1

Introduction 1

What does it do? 1

Typo3Script 1

Introduction

What does it do?

- With this extension you can edit the page title of your site.

Typo3Script

You'll have to include this code in your template (only tested with css_styles_content!)

Example 1

includeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php

plugin.mf_pagetitle.title = MY Site!

config.titleTagFunction = user_pagetitle_class->changetitle

You can edit the plugin.mf_pagetitle.title in everything you want.

The code above will change the page title in this:

<title>MY Site!</title>

Example 2

includeLibs.pagetitle = typo3conf/ext/mf_pagetitle/pagetitle.php

plugin.mf_pagetitle.title = MY Site! :: {page:title}

config.titleTagFunction = user_pagetitle_class->changetitle

The code above will change the page title in this:

<title>MY Site! :: PageTitle</title>

So {page:title} will be replaced by the page title!

Icon provider: ` kolektive.be <http://www.kolektive.be/>`_

img-1 EXT: Page Title Changer - 2