|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| $status_filter = (isset($_GET['status']) ? $_GET['status'] : '') | |
| $status_list [] = array('id' => 1, 'text' => TEXT_PENDING_APPROVAL) | |
| if (zen_not_null($action)) | |
| if (isset($_GET['search'])&&zen_not_null($_GET['search'])) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 12 of file reviews.php.
| $status_filter = (isset($_GET['status']) ? $_GET['status'] : '') |
Definition at line 13 of file reviews.php.
| $status_list[] = array('id' => 1, 'text' => TEXT_PENDING_APPROVAL) |
Definition at line 14 of file reviews.php.
| if(zen_not_null($action)) |
Definition at line 17 of file reviews.php.
| if(isset($_GET['search'])&&zen_not_null($_GET['search'])) |
Definition at line 103 of file reviews.php.