芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr_old/modules/Printing/lang/en_US.php
What does this module do?
This allow you to insert a link in pages/templates which directs the visitor to a version of the page better suited for printing. It can also link to an basic on-the-fly-generated pdf version of the page.
Please note that unless the parameter
includetemplate=true
is used, only the main output of the page is outputted. And note that the pdf-file outputted may not have much resemblance with you page, but should provide the content.
How do I use this module?
Basically you install the module, access it's administration interface and review/change the templates for the link and for the printable page
In you page content or template you then insert something like:
{cms_module module='printing'
params
}
or simply
{print
params
}
using the print-plugin
"; ?>