-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from isubit/INTERIM-44
INTERIM-44 Made footer more consistent with rest of university
- Loading branch information
Showing
3 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
templates/default_region_content_blocks/footer_fourth.tpl.php
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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<p>Copyright © <?php (module_exists('token_filter')) ? print('[current-date:custom:Y]') : print date('Y'); ?> <br /> Iowa State University of Science and Technology. All rights reserved.</p> | ||
<ul class="menu"> | ||
<li class="first leaf"> | ||
<a href="<?php print $GLOBALS['base_url']; ?>/site-index"><i class="fa fa-list-ul" aria-hidden="true"></i>Site Index</a> | ||
<a href="http://www.policy.iastate.edu/policy/discrimination">Non-discrimination Policy</a> | ||
</li> | ||
<li class="leaf"> | ||
<a href="http://www.policy.iastate.edu/electronicprivacy">Privacy Policy</a> | ||
</li> | ||
<li class="last leaf"> | ||
<a href="<?php print $GLOBALS['base_url']; ?>/sitemap" title="Display a site map with RSS feeds."><i class="fa fa-sitemap" aria-hidden="true"></i>Site map</a> | ||
<a href="http://digitalaccess.iastate.edu">Digital Access & Accessibility</a> | ||
</li> | ||
</ul> | ||
</ul> |
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 |
---|---|---|
@@ -1,12 +1,8 @@ | ||
<p>Copyright © <?php (module_exists('token_filter')) ? print('[current-date:custom:Y]') : print date('Y'); ?>, Iowa State University of Science and Technology. All rights reserved.</p> | ||
<ul class="menu"> | ||
<li class="first leaf"> | ||
<a href="http://www.policy.iastate.edu/policy/discrimination">Non-discrimination Policy</a> | ||
</li> | ||
<li class="leaf"> | ||
<a href="http://www.policy.iastate.edu/electronicprivacy">Privacy Policy</a> | ||
<a href="<?php print $GLOBALS['base_url']; ?>/site-index"><i class="fa fa-list-ul" aria-hidden="true"></i>Site Index</a> | ||
</li> | ||
<li class="last leaf"> | ||
<a href="http://digitalaccess.iastate.edu">Digital Access & Accessibility</a> | ||
<a href="<?php print $GLOBALS['base_url']; ?>/sitemap" title="Display a site map with RSS feeds."><i class="fa fa-sitemap" aria-hidden="true"></i>Site map</a> | ||
</li> | ||
</ul> |
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