makesites / kisscms

A lightweight CMS written in PHP. Lightning fast to setup. Obviously easy to maintain. #php

Home Page:http://kisscms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generalize the usage of $_page

tracend opened this issue · comments

On #38 we populated the data container with page data under the _page pariable.

That was limited to static pages that used the page_controller.

Extending that to all controllers by adding generic page details under the same variable makes sense.

Such information could be the controller name, the view name for the body and other page specific details.