Experimental project

This is a sandbox project, which contains experimental code for developer use only.

The Company Information module is a simple module that intended to display an additional information about your company/organization such as:
- Phones
- Messengers (with icons)
- Social network profiles (with icons)
- Map location (Google Map)
- Additional text

In other words, this module extends Drupal's "Site information" form.

Everything is themeable. All settings are stored in two variables, so it uses almost zero of server's resources.

Configuration: admin/config/system/company-information
The module provides a block (see admin/structure/block), that can be placed everywhere you need.sponsored by магазин туристических рюкзаков

Also, this module provides some variables which you can use in your page.tpl.php

For example, to display configurable copyright notice, place print $company_info_copyright; into your page.tpl.php

Project information