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
Ryan Dee
UNL_TourMap
Commits
06ddf272
Commit
06ddf272
authored
Jun 02, 2014
by
Kevin Abel
Browse files
Adjust point list rendering on home page, using WDN band classes
parent
988ab0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/templates/html/UNL/TourMap/GoogleMap.tpl.php
View file @
06ddf272
...
...
@@ -54,9 +54,9 @@ WDN.loadCSS('<?php echo UNL_TourMap::getURL(); ?>css/map.css');
</ul>
</div>
</section>
<section
id=
"mapnav"
>
<div
id=
"pointlist"
>
<h2>
All Buildings
</h2>
<section
id=
"mapnav"
class=
"wdn-band"
>
<div
id=
"pointlist"
class=
"wdn-inner-wrapper"
>
<h2
class=
"clear-top wdn-center"
>
All Buildings
</h2>
<?php
echo
$savvy
->
render
(
$context
->
markers
,
'UNL/TourMap/MarkerList.tpl.php'
);
?>
</div>
</section>
...
...
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