Tribiq CMS

Choose your language

6.10 Document List

You can list all of the documents/files that you have uploaded to your website within a CMS generated table.

However, the table will only list the documents that are available to the current site visitor - i.e. It will only show Extranet Documents to visitors logged in with the correct permissions.

It is likely you will call this file HTML-doclist.tpl.php. Use the following snippet:
<?php 
include "templateincludes/doclist.inc.php"
;?>

Top of Page