SCHLIX\cmsPageOutput
Public Static Methods
public static | ApplicationBody() Outputs HTML string
|
public static string | HTMLHeader() Returns a string of HTML Header $HTMLHeader
|
public static string | HTMLHeaderNonScripts() Returns a string of HTML Header $HTMLHeader
|
public static string | HTMLFooterScripts() Returns a string of HTML Header $HTMLHeader
|
public static string | HTMLPageTitle() Returns the currently set page title $Application
|
public static string | HTMLMetaDescription() Returns the meta description $Application
|
public static string | HTMLMetaKeywords() Returns the meta keyword $Application
|
public static string | BreadCrumbs() Returns the breadcrumb (usually set by the app) $Application
|
public static string | BlockCategory(string $position) Returns the output of all blocks in the specified category $Blocks
|
public static int | BlockCountInCategory(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 string | displayBlock(string $block_name) Returns the output of a single block $Blocks
|