|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $current_sinfo = PROJECT_VERSION_NAME . ' v' . PROJECT_VERSION_MAJOR . '.' . PROJECT_VERSION_MINOR . '/' | |
| $check_hist_query = " WHERE project_version_key = 'Zen-Cart Database' ORDER BY project_version_date_applied DESC LIMIT 1" | |
| $check_hist_details = $db->Execute($check_hist_query) | |
| if (!$check_hist_details->EOF) | |
| $check_hist_details = $db->Execute($check_hist_query) |
Definition at line 13 of file footer.php.
| $check_hist_query = " WHERE project_version_key = 'Zen-Cart Database' ORDER BY project_version_date_applied DESC LIMIT 1" |
Definition at line 12 of file footer.php.
| $current_sinfo = PROJECT_VERSION_NAME . ' v' . PROJECT_VERSION_MAJOR . '.' . PROJECT_VERSION_MINOR . '/' |
Definition at line 11 of file footer.php.
| if(!$check_hist_details->EOF) |
Definition at line 14 of file footer.php.