How can I change the page title of the CMS backend?

This faq shows you how to rename the page title from the default “Enterprise CMS”.

Chapters

  1. Configuration

1 Configuration

Renaming the page title could be useful to differentiate between staging systems like “Productive”, “Quality Assurance”, “Development” etc. The new name will show up in the page title and as the root node in the node tree.

/Node/etc/node.conf

	//Set the page title
	$TITLE = "Productive CMS";