Skip to content
Snippets Groups Projects
Commit 6d8b88aa authored by Brett Bieber's avatar Brett Bieber
Browse files

Add in elgg css, fix titlegraphic.

parent 17caf9cf
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ if (isset($pickerinuse) && $pickerinuse == true) { ?>
?>
<!-- include the default css file -->
<link rel="stylesheet" href="<?php echo $vars['url']; ?>_css/css.css?lastcache=<?php echo $vars['config']->lastcache; ?>&viewtype=<?php echo $vars['view']; ?>" type="text/css" />
<style type="text/css">
#navigation {display:none;}
</style>
<?php
echo $feedref;
echo elgg_view('metatags',$vars);
......
......@@ -19,6 +19,7 @@ if (empty($vars['title'])) {
$page->doctitle = '<title>'.$title.'</title>';
$page->head .= elgg_view('page_elements/header', $vars);
$page->titlegraphic = '<h1>'.$vars['config']->sitename.'</h1>';
$page->maincontentarea .= elgg_view('page_elements/elgg_topbar', $vars);
// Commented out for now because this has unclosed divs.
......
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