[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/ -> class_templates.php (summary)

(no description)

File Size: 141 lines (3 kb)
Included or required: 2 times
Referenced: 1 time
Includes or requires: 0 files

Defines 1 class

templates:: (3 methods):
  cache()
  get()
  dev_get()


Class: templates  - X-Ref

MyBB 1.6
Copyright 2010 MyBB Group, All Rights Reserved

Website: http://mybb.com
License: http://mybb.com/about/license

$Id$
cache($templates)   X-Ref
Cache the templates.

param: string A list of templates to cache.

get($title, $eslashes=1, $htmlcomments=1)   X-Ref
Gets templates.

param: string The title of the template to get.
param: boolean True if template contents must be escaped, false if not.
param: boolean True to output HTML comments, false to not output.
return: string The template HTML.

dev_get($title)   X-Ref
Fetch a template directly from the install/resources/mybb_theme.xml directory if it exists (DEVELOPMENT MODE)




Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1