Download the PHP package gibbs/phile-table-of-contents without Composer
On this page you can find all versions of the php package gibbs/phile-table-of-contents. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gibbs/phile-table-of-contents
More information about gibbs/phile-table-of-contents
Files in gibbs/phile-table-of-contents
Download gibbs/phile-table-of-contents
More information about gibbs/phile-table-of-contents
Files in gibbs/phile-table-of-contents
Vendor gibbs
Package phile-table-of-contents
Short Description Generates a table of contents for the Phile CMS
License MIT
Homepage https://github.com/Gibbs/
Package phile-table-of-contents
Short Description Generates a table of contents for the Phile CMS
License MIT
Homepage https://github.com/Gibbs/
Please rate this library. Is it a good library?
Informations about the package phile-table-of-contents
PhileCMS Table of Contents
A PhileCMS plugin that automatically generates a table of contents based on a pages headers.
This is intended for internal use.
1. Installation
Install via git
Clone this repository from the directory into . E.g:
Manual Install
Download and extract the contents into:
2. Plugin Activation
Activate the plugin in your file:
3. Example Usage
<ol id="tableofcontents">
{% for entry in tableofcontents %}
<li><a href="{{ current_page.url }}{{ entry.hash }}">{{ entry.title }}</a></li>
{% endfor %}
</ol>
All versions of phile-table-of-contents with dependencies
PHP Build Version
Package Version
The package gibbs/phile-table-of-contents contains the following files
Loading the files please wait ....