-
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.
- Loading branch information
Showing
7 changed files
with
216 additions
and
46 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
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
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> |
10 changes: 5 additions & 5 deletions
10
templates/default_region_content_blocks/footer_second.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,6 +1,6 @@ | ||
<p><strong>Department of Lorem Ipsum</strong> | ||
1234 Street Name | ||
Ames IA 50011-1234 | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
515-294-9999 phone | ||
<p><strong>Department of Lorem Ipsum</strong><br> | ||
1234 Street Name<br> | ||
Ames IA 50011-1234<br> | ||
<a href="mailto:[email protected]">[email protected]</a><br> | ||
515-294-9999 phone<br> | ||
515-294-9999 fax</p> |
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
Oops, something went wrong.