philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

Tweaked Title Functionality #39

Open adriangonzales opened 12 years ago

adriangonzales commented 12 years ago

I've added in the ability to call template->title() successively, each time building an array of title segments. This allows developers to add a global title and then build on that throughout the code.

This is a config option, turned off by default. This makes sure than anyone expecting it to behave the old way, still behaves that way.