Download the PHP package richardsjoqvist/silverstripe-siteaddress without Composer
On this page you can find all versions of the php package richardsjoqvist/silverstripe-siteaddress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download richardsjoqvist/silverstripe-siteaddress
More information about richardsjoqvist/silverstripe-siteaddress
Files in richardsjoqvist/silverstripe-siteaddress
Download richardsjoqvist/silverstripe-siteaddress
More information about richardsjoqvist/silverstripe-siteaddress
Files in richardsjoqvist/silverstripe-siteaddress
Vendor richardsjoqvist
Package silverstripe-siteaddress
Short Description Adds a set of extra fields to the main settings page in order to configure a site-wide company address that can be displayed on all pages of the site
License
Homepage https://github.com/richardsjoqvist/silverstripe-siteaddress
Package silverstripe-siteaddress
Short Description Adds a set of extra fields to the main settings page in order to configure a site-wide company address that can be displayed on all pages of the site
License
Homepage https://github.com/richardsjoqvist/silverstripe-siteaddress
Please rate this library. Is it a good library?
Informations about the package silverstripe-siteaddress
Company address SilverStripe module
This is a SilverStripe module that adds a set of extra fields to the main settings page in order to configure a site-wide company address that can be displayed on all pages of the site.
Requirements
- SilverStripe 3.1
Installation
Drop the module into your SilverStripe project and run /dev/build
Usage
The address data can be inserted into a template in two different ways; either as separate fields:
<div class="vcard">
<div class="org">$SiteConfig.Company</div>
<div class="adr">
<div class="street-address">$SiteConfig.Street, </div>
<span class="postal-code">$SiteConfig.Zip</span>
<span class="locality">$SiteConfig.City, </span>
<span class="country-name">$SiteConfig.Country</span>
<span class="po-box">$SiteConfig.Box</span>
</div>
<a class="email" href="mailto:$SiteConfig.Email">$SiteConfig.Email</a>
<div class="tel">$SiteConfig.Phone</div>
<div class="mobile">$SiteConfig.Mobile</div>
<div class="fax">$SiteConfig.Fax</div>
</div>
or as a pre-compiled vcard:
$SiteConfig.vCardAll versions of silverstripe-siteaddress with dependencies
PHP Build Version
Package Version
The package richardsjoqvist/silverstripe-siteaddress contains the following files
Loading the files please wait ...