|
Documentation:
PHP
MasterPageThis class can be used to create page templates that can be used by several pages, which can drastically reduce the amount of code. Change master pageLet us switch to a master page that uses another theme and only displays the top logo and the main content. The new master page also uses a content area and a variable that are not used by this master page (they are displayed topmost):
//Define a content area
MasterPage::openContent("testContent");
Use the original master page
Use the test master page
Rate this class :
Discuss this class (No comments): |
|
Wigbi Demos v. 0.99.2



