Code quality | Latest release |
---|---|
Develop using the Template Attribute Language instead of having clumsy
<?php echo $var; ?>
tags in your markup.
Read more at the PHPTAL site
-
Go to your ownCloud apps dir and clone the repo there:
cd owncloud/apps git clone git://github.com/tanghus/tal.git
-
go to the newly created
tal
folder and update the PHPTAL submodule:cd tal git submodule update --init
-
From your browser go to the ownCloud apps page (
/index.php/settings/apps
) and enable the "TAL Page Templates for ownCloud" app. -
Go to the Admin page (
/index.php/settings/admin
) and check if the installation has succeeded. You will find a section with a link to the manual.