include_resources
function
| Defined in |
/modules/cms/init/custom_helpers.php, lines 222-225 |
| Author |
LemonStand eCommerce Inc. |
This function is deprecated. Use Cms_Controller::js_combine() and Cms_Controller::css_combine() methods instead.
string function include_resources(string $src_mode=false)
| $src_mode |
string |
specifies whether resource files should be included in the source code mode (not minified and not combined). |
| {return} |
string |
returns HTML markup containing links to the resource files. |
Outputs HTML links to the JavaScript and CSS files required for the LemonStand front-end framework.
Call this function inside the HEAD element of pages where you are going to use LemonStand AJAX calls.
|