Go to the source code of this file.
Namespaces | |
namespace | pragyan |
Widget Framework for Pragyan CMS (c) 2010 Pragyan Team http://www.gnu.org/licenses/ GNU Public License For more details, see README Add support for File Upload/Download via the widget's configurations Reload Widgets ,Get Widget Instances. see bottom. | |
Functions | |
getPageTemplate ($pageId) | |
templateReplace (&$TITLE, &$MENUBAR, &$ACTIONBARMODULE, &$ACTIONBARPAGE, &$BREADCRUMB, &$INHERITEDINFO, &$CONTENT, &$FOOTER, &$DEBUGINFO, &$ERRORSTRING, &$WARNINGSTRING, &$INFOSTRING, &$STARTSCRIPTS, &$LOGINFORM) | |
actualTemplatePath ($templatePath) | |
getTemplateName ($actualPath) | |
installTemplate ($str) | |
name ($path, $end) | |
addissue (&$issues, $str, $id) | |
addfatalissue (&$issues, $str, $id) | |
checkForTemplateIssues ($templatePath, $templateName, &$issues) | |
mycount ($content, $find) | |
handleTemplateManagement () |
actualTemplatePath | ( | $ | templatePath | ) |
Definition at line 52 of file template.lib.php.
addfatalissue | ( | &$ | issues, | |
$ | str, | |||
$ | id | |||
) |
Definition at line 218 of file template.lib.php.
addissue | ( | &$ | issues, | |
$ | str, | |||
$ | id | |||
) |
Definition at line 214 of file template.lib.php.
checkForTemplateIssues | ( | $ | templatePath, | |
$ | templateName, | |||
&$ | issues | |||
) |
Definition at line 224 of file template.lib.php.
getPageTemplate | ( | $ | pageId | ) |
Definition at line 16 of file template.lib.php.
getTemplateName | ( | $ | actualPath | ) |
Definition at line 68 of file template.lib.php.
handleTemplateManagement | ( | ) |
Definition at line 275 of file template.lib.php.
installTemplate | ( | $ | str | ) |
Definition at line 72 of file template.lib.php.
mycount | ( | $ | content, | |
$ | find | |||
) |
Definition at line 263 of file template.lib.php.
name | ( | $ | path, | |
$ | end | |||
) |
Definition at line 197 of file template.lib.php.
templateReplace | ( | &$ | TITLE, | |
&$ | MENUBAR, | |||
&$ | ACTIONBARMODULE, | |||
&$ | ACTIONBARPAGE, | |||
&$ | BREADCRUMB, | |||
&$ | INHERITEDINFO, | |||
&$ | CONTENT, | |||
&$ | FOOTER, | |||
&$ | DEBUGINFO, | |||
&$ | ERRORSTRING, | |||
&$ | WARNINGSTRING, | |||
&$ | INFOSTRING, | |||
&$ | STARTSCRIPTS, | |||
&$ | LOGINFORM | |||
) |
Definition at line 33 of file template.lib.php.