summaryrefslogtreecommitdiffstats
path: root/apps/tal/lib/paths.php
blob: b61d52c0f47e22d2f5b12ecc3ca34a20607f4b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Copyright (c) 2012 Thomas Tanghus <thomas@tanghus.net>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */

/**
 * This class provides TAL templates for owncloud.
 */
class OC_TALTemplate extends OC_Template {
}