-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOE-3004: Adding updated footer from stanford_framework
- Loading branch information
Bill Minor
committed
May 24, 2018
1 parent
469869f
commit 4fdb2ae
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
</div> | ||
</div> | ||
</div> | ||
<!-- /#global-header --> | ||
<!-- /#global-header --> | ||
<div id="header" class="clearfix header<?php if ($site_title_first_line): ?> line1<?php endif; ?><?php if ($site_title_second_line): ?> line2<?php endif; ?><?php if ($site_title_line3): ?> line3<?php endif; ?><?php if ($site_title_line4): ?> line4 <?php print $site_title_line4_style; ?><?php endif; ?><?php if ($site_title_line5): ?> line5<?php endif; ?>" role="banner"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
@@ -119,7 +119,7 @@ | |
<div class="container"> <?php print render($page['digital_magazine_megamenu']); ?> </div> | ||
</div> | ||
<?php endif; ?> | ||
|
||
<?php if ($page['fullwidth_top']): ?> | ||
<div id="fullwidth-top" class="row-fluid fullwidth"> | ||
<div class="container"> <?php print render($page['fullwidth_top']); ?> </div> | ||
|
@@ -317,16 +317,16 @@ | |
<div class="row"> | ||
<div id="bottom-logo" class="span2"><a href="http://www.stanford.edu"><img src="<?php print base_path() . path_to_theme(); ?>/images/[email protected]" alt="Stanford University"></a></div> | ||
<div id="bottom-menu" class="span10"> | ||
<ul> | ||
<li><a href="http://www.stanford.edu">SU Home</a></li> | ||
<li><a href="http://visit.stanford.edu/plan/maps.html">Maps & Directions</a></li> | ||
<li><a href="http://www.stanford.edu/search/">Search Stanford</a></li> | ||
<li><a href="http://www.stanford.edu/site/terms.html">Terms of Use</a></li> | ||
<li><a href="http://emergency.stanford.edu/">Emergency Info</a></li> | ||
</ul> | ||
</div> | ||
<div id="copyright" class="span10 offset2"> | ||
<p class="vcard">© <span class="fn org">Stanford University</span>, <span class="adr"><span class="locality">Stanford</span>, <span class="region">California</span> <span class="postal-code">94305</span></span>. <span class="copyright-links"><a href="http://www.stanford.edu/site/copyright.html">Copyright Complaints</a></span></p> | ||
|
||
<?php foreach ($stanford_links as $class => $link_group): ?> | ||
<ul class="<?php print $class; ?> clearfix"> | ||
<?php foreach ($link_group as $link): ?> | ||
<li><?php print $link; ?></li> | ||
<?php endforeach ?> | ||
</ul> | ||
<?php endforeach ?> | ||
|
||
<p class="vcard">© <span class="fn org">Stanford University</span>, <span class="adr"><span class="locality">Stanford</span>, <span class="region">California</span> <span class="postal-code">94305</span></span>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|