CMS  Version 3.9
scroll.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("scroll");
3 
4 $scroll = Fakoli::get("content_object");
5 $page->page_title = $scroll->title;
6 
8 $view->drawView();
$page
Definition: help.inc:39
static get($key)
Retrieves the value or object at the given key.
Definition: core.inc:109
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
$scroll
Definition: scroll.inc:4
$view
Definition: scroll.inc:7