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:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user