This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/mambots/content/mospaging.xml
2012-09-18 20:02:43 +00:00

22 lines
1.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall version="1.0.0" type="mambot" group="content">
<name>mospaging</name>
<author>Joomla! Project</author>
<creationDate>August 2004</creationDate>
<copyright>(C) 2005 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>1.0.0</version>
<description>Add a Table of Contents functionality to a paginated item. Syntax: {mospagebreak} or {mospagebreak title=The page title} or {mospagebreak heading=The first page} or {mospagebreak title=The page title&amp;heading=The first page} or {mospagebreak heading=The first page&amp;title=The page title}</description>
<files>
<filename mambot="mospaging">mospaging.php</filename>
</files>
<params>
<param name="title" type="radio" default="1" label="Site Title" description="title and heading attibutes from mambot added to Site Title tag">
<option value="0">No</option>
<option value="1">Yes</option>
</param>
</params>
</mosinstall>