You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
By using $pmtPage[] array, this will help reduce the use of the keyword global throughout the code and be able to manage the page generating code throughout the core.
This will replace the following:
global $PAGE_PATH; // "http://pmt/xpmt/themes/default/"
global $PAGE_TITLE; // Page title
global $PAGE_CSS; // todo: Add to global var list
global $PAGE_CUSTHEADER;// Custom Header for module
global $PAGE_METABAR; // Login & Search bar (right aligned)
global $PAGE_TOOLBAR; // Main toolbar
global $PAGE_MINILEFT; // Mini toolbar (Left aligned)
global $PAGE_MINIRIGHT; // Mini toolbar (Right aligned)
global $PAGE_HTDATA; // Page content
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By using $pmtPage[] array, this will help reduce the use of the keyword global throughout the code and be able to manage the page generating code throughout the core.
This will replace the following:
global $PAGE_PATH; // "http://pmt/xpmt/themes/default/"
global $PAGE_TITLE; // Page title
global $PAGE_CSS; // todo: Add to global var list
global $PAGE_CUSTHEADER;// Custom Header for module
global $PAGE_METABAR; // Login & Search bar (right aligned)
global $PAGE_TOOLBAR; // Main toolbar
global $PAGE_MINILEFT; // Mini toolbar (Left aligned)
global $PAGE_MINIRIGHT; // Mini toolbar (Right aligned)
global $PAGE_HTDATA; // Page content
The text was updated successfully, but these errors were encountered: