Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicLaca committed Feb 7, 2016
1 parent 66fa073 commit 9d745cd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@ Download #mappiamo package from GIT, and copy all files to your web host by FTP.
Widgets on your template
===========================

You can insert several widgets to yoyr own #mappiamo template.
You can insert several widgets to your own #mappiamo template. You have to edit tamplete files only with your favorite IDE / text editor.

Address
---------

Usage code example:
code:: PHP
<?php M_Template::widget('address'); ?>

This widget have no parameters, creating search box for map, the widget centering map for the search address.
The search string must be real name (for example city name) to get real latitude and longitude.

0 comments on commit 9d745cd

Please sign in to comment.