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 95b284b commit 12a4581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can insert several widgets to your own #mappiamo template. You have to edit
Address
---------

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

This widget have no parameters, creating search box for map, the widget centering map for the search address.
Expand All @@ -30,16 +30,16 @@ The search string must be real name (for example city name) to get real latitude
Bottom menu
------------

- Usage code example:
- Usage code example::
$ <?php M_Template::widget('bottommenu', array($ID)); ?>

Display bottom menu items. This widget have 1 parameter, the menu ID.

Allmeta box
-------------

- Usage code example:
- <?php $this->widget('box_allmeta'); ?>
- Usage code example::
$ <?php $this->widget('box_allmeta'); ?>

This widget have no parameters, creating list (table) of all meta data of content.
This widget is ideal for right column. The disabled meta names is on the row 13 on the code.
Expand Down

0 comments on commit 12a4581

Please sign in to comment.