projects
/
WP-Themes
/
petoskeyveterinarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370a658
)
reversed campsite list order on the mobile view map
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jul 2016 12:18:12 +0000
(08:18 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jul 2016 12:18:12 +0000
(08:18 -0400)
mobile-map.php
patch
|
blob
|
history
diff --git
a/mobile-map.php
b/mobile-map.php
index
de53a5d
..
7e4415d
100644
(file)
--- a/
mobile-map.php
+++ b/
mobile-map.php
@@
-73,6
+73,7
@@
$js_categories = json_encode($categories);
</div>
</div>
<div class="site-list">
+ <?php $sites = array_reverse($sites, true); ?>
<?php foreach($sites as $site){
$site_name = substr($site->post_title, 5);
echo "<div class='site-number'><a id='". $site->post_name ."' href='#mobile-scroll-target' class='site-links'>" . $site_name. "</a></div>";