SCHLIX\cmsPageOutput

Public Static Methods

public static ApplicationBody()
Outputs HTML string
public static stringHTMLHeader()
Returns a string of HTML Header $HTMLHeader
public static stringHTMLHeaderNonScripts()
Returns a string of HTML Header $HTMLHeader
public static stringHTMLFooterScripts()
Returns a string of HTML Header $HTMLHeader
public static stringHTMLPageTitle()
Returns the currently set page title $Application
public static stringHTMLMetaDescription()
Returns the meta description $Application
public static stringHTMLMetaKeywords()
Returns the meta keyword $Application
public static stringBreadCrumbs()
Returns the breadcrumb (usually set by the app) $Application
public static stringBlockCategory(string $position)
Returns the output of all blocks in the specified category $Blocks
public static intBlockCountInCategory(string $position)
Returns the number of blocks in a block category. Useful if you want to check whether or not a certain tag to be dispalyed or not $Blocks
public static stringdisplayBlock(string $block_name)
Returns the output of a single block $Blocks