1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Core template path changes.

This commit is contained in:
Cameron
2013-03-20 23:50:30 -07:00
parent 0ba11945ab
commit 59a6edb4e4
22 changed files with 560 additions and 547 deletions

View File

@@ -63,18 +63,7 @@ if ($action == "comments")
$user_name = e107::getSystemUser($id, false)->getName(LAN_ANONYMOUS);
}
/*if (!isset($USERPOSTS_TEMPLATE))
{
if (file_exists(THEME."userposts_template.php"))
{
require_once(THEME."userposts_template.php");
}
else
{
require_once(e_THEME."templates/userposts_template.php");
}
}*/
// new template engine - override in THEME/templates/userposts_template.php
$USERPOSTS_TEMPLATE = e107::getCoreTemplate('userposts');