Extending templates

You may wish to extend templates for a variety of reasons. For example, a plugin may wish to display extra information after the page footer, or add a new feature to user profiles.

Plugins

Plugins extend themes as part of their main plugin class, in the registerPages() plugin.

This is how the Checkin plugin adds some mapping JavaScript to the HTML page header:

\Idno\Core\site()->template()->extendTemplate('shell/head','checkin/head');

Table Of Contents

Previous topic

Core concepts

Next topic

Open source community

This Page