Personal tools
You are here: Home Documentation FAQs I want to create a new page in Koha, I know that I have to create a new .pl and .tmpl how can I to create a link between these two files?
Document Actions

I want to create a new page in Koha, I know that I have to create a new .pl and .tmpl how can I to create a link between these two files?

Up to Table of Contents

This FAQ applies to: 3.0, 3.1

A template is linked to a script via the call to get_template_and_user - see any of the existing scripts for an example.