Community Add-Ons
| Maintainers: | Gergely |
HTML tags
for osCommerce Online Merchant v2.3
<html tags>
This contribution for html tags. Typical usage is for google plus or social buttons.
Normaly the html tags can be edited in main language files.
// Global entries for the <html> tag
define('HTML_PARAMS', 'dir="ltr" lang="en"');
In osCommerce v2.3.1 you can use the core modularity for this option.
Legend:
Download
Report
<html tags>
This contribution for html tags. Typical usage is for google plus or social buttons.
Normaly the html tags can be edited in main language files.
// Global entries for the <html> tag
define('HTML_PARAMS', 'dir="ltr" lang="en"');
In osCommerce v2.3.1 you can use the core modularity for this option.
