Community Add-Ons

Maintainers: Gergely
Add file to this package
Top » Features

HTML tags
for osCommerce Online Merchant v2.3

Download
by Gergely / 13 Jan 2012

<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

Expand All / Collapse All

HTML tags Gergely 13 Jan 2012  

<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.