|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $boxes_directory = DIR_FS_CATALOG_MODULES . 'sideboxes/' | |
| $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.')) | |
| $directory_array = array() | |
| if($dir=@dir($boxes_directory)) | $dir_check = $directory_array |
| if($dir=@dir($boxes_directory)) | $warning_new_box = '' |
| $installed_boxes = array() | |
| for($i=0, $n=sizeof($directory_array);$i < $n;$i++) | if ($_GET['action']) |
| $boxes_directory_template = DIR_FS_CATALOG_MODULES . 'sideboxes/' . $template_dir . '/' | |
| $column_controller = $db->Execute("select layout_id, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single from " . TABLE_LAYOUT_BOXES . " where (layout_template='" . zen_db_input($template_dir) . "' and layout_box_name NOT LIKE '%ezpages_bar%') order by layout_box_location, layout_box_sort_order") | |
| while (!$column_controller->EOF) | |
| $heading = array() | |
| $contents = array() | |
| $boxes_directory = DIR_FS_CATALOG_MODULES . 'sideboxes/' |
Definition at line 13 of file layout_controller.php.
| $boxes_directory_template = DIR_FS_CATALOG_MODULES . 'sideboxes/' . $template_dir . '/' |
Definition at line 207 of file layout_controller.php.
| $column_controller = $db->Execute("select layout_id, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single from " . TABLE_LAYOUT_BOXES . " where (layout_template='" . zen_db_input($template_dir) . "' and layout_box_name NOT LIKE '%ezpages_bar%') order by layout_box_location, layout_box_sort_order") |
Definition at line 209 of file layout_controller.php.
| $contents = array() |
Definition at line 255 of file layout_controller.php.
| if ($dir=@dir($boxes_directory)) $dir_check = $directory_array |
Definition at line 34 of file layout_controller.php.
| $directory_array = array() |
Definition at line 16 of file layout_controller.php.
| $file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.')) |
Definition at line 15 of file layout_controller.php.
| $heading = array() |
Definition at line 254 of file layout_controller.php.
| $installed_boxes = array() |
Definition at line 56 of file layout_controller.php.
| if ($dir=@dir($boxes_directory)) $warning_new_box = '' |
Definition at line 55 of file layout_controller.php.
| switch ($bInfo->layout_box_status) switch ($bInfo->layout_box_status_single) switch ($_GET['action']) if((zen_not_null($heading))&&(zen_not_null($contents))) |
Definition at line 76 of file layout_controller.php.
| while(!$column_controller->EOF) |
Definition at line 210 of file layout_controller.php.