Class: MatrixTheme
Source Location: /themes/matrix/theme.inc
Class MatrixTheme
Inherited Properties, Constants, and Methods
Methods
MatrixTheme MatrixTheme(
)
|
|
void showAdminPage(
&$template,
$item,
$params,
$templateFile
)
|
|
Parameters:
|
|
&$template: |
|
|
|
$item: |
|
|
|
$params: |
|
|
|
$templateFile: |
|
API Tags:
| See: | GalleryTheme::showAdminPage |
Redefinition of:
- GalleryTheme::showAdminPage()
- Load all the necessary template data to render a page for an administrative (or other) view.
void showAlbumPage(
&$template,
$item,
$params,
$childIds
)
|
|
Parameters:
|
|
&$template: |
|
|
|
$item: |
|
|
|
$params: |
|
|
|
$childIds: |
|
API Tags:
| See: | GalleryTheme::showAlbumPage |
Redefinition of:
- GalleryTheme::showAlbumPage()
- Load all the necessary template data to render a page for an album.
void showErrorPage(
&$template
)
|
|
Parameters:
API Tags:
| See: | GalleryTheme::showErrorPage |
Redefinition of:
- GalleryTheme::showErrorPage()
- Load all the necessary template data to render an error page.
void showModulePage(
&$template,
$item,
$params,
$templateFile
)
|
|
Parameters:
|
|
&$template: |
|
|
|
$item: |
|
|
|
$params: |
|
|
|
$templateFile: |
|
API Tags:
| See: | GalleryTheme::showModulePage |
Redefinition of:
- GalleryTheme::showModulePage()
- Load all the necessary template data to render a page for a module view (any views that aren't user, site, or item admin eg slideshow or members list).
void showPhotoPage(
&$template,
$item,
$params
)
|
|
Parameters:
|
|
&$template: |
|
|
|
$item: |
|
|
|
$params: |
|
API Tags:
| See: | GalleryTheme::showPhotoPage |
Redefinition of:
- GalleryTheme::showPhotoPage()
- Load all the necessary template data to render a page for a single item.
void showProgressBarPage(
&$template,
$item,
$params
)
|
|
Parameters:
|
|
&$template: |
|
|
|
$item: |
|
|
|
$params: |
|
API Tags:
| See: | GalleryTheme::showProgressBarPage |
Redefinition of:
- GalleryTheme::showProgressBarPage()
- Load all the necessary template data to render a progress bar page.
|
|