1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 04:31:28 +00:00

move MiniTemplator and prototype to lib/

This commit is contained in:
Andrew Dolgov
2009-01-22 14:41:34 +01:00
parent 0ba3a1274d
commit fe7537b5dd
8 changed files with 6 additions and 6 deletions

View File

@@ -290,7 +290,7 @@
if ($email) {
print_notice(T_sprintf("Notifying <b>%s</b>.", $email));
require_once "MiniTemplator.class.php";
require_once "lib/MiniTemplator.class.php";
$tpl = new MiniTemplator;