|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $dir = @dir(DIR_FS_CATALOG_TEMPLATES) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| if (zen_not_null($action)) | |
| $template_query_raw = "select * from " . TABLE_TEMPLATE_SELECT | |
| $template_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $template_query_raw, $template_query_numrows) | |
| $templates = $db->Execute($template_query_raw) | |
| while (!$templates->EOF) | |
| if(empty($action)) | $heading = array() |
| $contents = array() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 28 of file template_select.php.
| $contents = array() |
Definition at line 167 of file template_select.php.
| $dir = @dir(DIR_FS_CATALOG_TEMPLATES) |
Definition at line 12 of file template_select.php.
| if (empty($action)) $heading = array() |
Definition at line 166 of file template_select.php.
| $template_query_raw = "select * from " . TABLE_TEMPLATE_SELECT |
Definition at line 114 of file template_select.php.
| $template_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $template_query_raw, $template_query_numrows) |
Definition at line 115 of file template_select.php.
| $templates = $db->Execute($template_query_raw) |
Definition at line 116 of file template_select.php.
| switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 30 of file template_select.php.
| while(!$templates->EOF) |
Definition at line 117 of file template_select.php.