Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jeff Sturek
PlanetRed
Commits
146a4984
Commit
146a4984
authored
Sep 30, 2010
by
Seth Meranda
Browse files
remove the navigation, as it's not used the templated way.
parent
9ffb841e
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/mobile_unl/views/mobile/pageshells/pageshell.php
View file @
146a4984
...
...
@@ -39,12 +39,8 @@ $page->doctitle = '<title>'.$vars['title'].'</title>';
$page
->
titlegraphic
=
'<h1><a href="'
.
$vars
[
'config'
]
->
url
.
'" title="Planet Red Home">'
.
$vars
[
'config'
]
->
sitename
.
'</a></h1>'
;
$page
->
head
.
=
'<link rel="stylesheet" href="'
.
$vars
[
'url'
]
.
'_css/css.css?lastcache='
.
$vars
[
'config'
]
->
lastcache
.
'>&viewtype=mobile&view=mobile" type="text/css" />'
;
$page
->
maincontentarea
=
<<<END
<ul id="mobile_breadcrumbs">
<li class="parent_site"><a href="http://m.unl.edu/?view=proxy&u=http://www.unl.edu/" title="UNL Home">UNL</a></li>
<li class="current_site"><a href="#mobile_navigation">Planet Red</a></li>
</ul>
END;
$page
->
maincontentarea
=
""
;
$page
->
maincontentarea
.
=
elgg_view
(
'page_elements/header_contents'
,
$vars
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment