Skip to content
Snippets Groups Projects
Commit f1525268 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

set include path

parent ab2887f4
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ if (empty($vars['title'])) {
$title = $vars['config']->sitename . " | " . $vars['title'];
}
set_include_path(get_include_path() . PATH_SEPARATOR . dirname($vars['config']->path).'/lib/php');
require_once 'UNL/Templates.php';
UNL_Templates::$options['version'] = 3;
......@@ -76,4 +77,3 @@ $page->contactinfo = '<h3>Contacting Us</h3><p><strong>University of Nebraska-Li
$page->footercontent = elgg_view('page_elements/footer', $vars);
echo $page;
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment