[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/mambots/content/ -> mospaging.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall version="4.5.2" type="mambot" group="content">
   3      <name>mospaging</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>August 2004</creationDate>
   6      <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright>
   7      <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>4.6.x.7</version>
  11      <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&heading=The first page} or {mospagebreak heading=The first page&title=The page title}</description>
  12      <files>
  13          <filename mambot="mospaging">mospaging.php</filename>
  14      </files>
  15      <params>
  16          <param name="title" type="radio" default="1" label="Site Title" description="title and heading attibutes from mambot added to Site Title tag">
  17              <option value="0">No</option>
  18              <option value="1">Yes</option>
  19          </param>
  20      </params>
  21  </mosinstall>