wgcowan / IuWebsite

Repository for Omeka plugin Indiana University Branding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IU Website

This plugin adds the official IU Header and Footer Branding to an Omeka site.

Download and install the IU Website plugin.

Currently the Privacy Policy links to IU's default policy.

If you want to change where the Privacy Policy links to:

  1. Edit IuWebsitePlugin.php in the plugins directory.
  2. find the following block of code:

<script> var newPrivacyURL = 'http://www.iu.edu/comments/privacy.shtml'; (oldPrivacyURL = document.getElementById('privacy-policy-link')) ? (oldPrivacyURL.href = newPrivacyURL) : ''; </script>

  1. Change http://www.iu.edu/comments/privacy.shtml to whichever url contains your department's or school's privacy policy.
  2. Save file.
  3. Refresh browser page.

Since the page layout can vary with each theme, you may need to modify any theme you use to make sure that the current theme does not contain elements that interfere with the IU Brand Header and/or Footer.

Repository for Omeka plugin for Indiana University Branding.

About

Repository for Omeka plugin Indiana University Branding.

License:GNU General Public License v2.0


Languages

Language:CSS 71.6%Language:HTML 16.7%Language:PHP 11.7%