There are several templates for libraries and departments:
With different blocks put in different regions will create different home pages by using Context configuration.
Create a Collection Landing Page > music/hsr
Structure > Context > international_collection > Add ~music/hsr to not using this context for the new pagae
Clone Contex > internationa_collection => historical_sound_recordings
Add the following iframe in the landing page to display library hour
<iframe height="60" scrolling="no" src="http://api.libcal.com/api_hours_today.php?iid=457&lid=400format=rss"></iframe>
OR can create a library hours block with PHP code, and style of "block-yul-hours highlight-block"
PHP Code<?php
$result = drupal_http_request('http://api.libcal.com/api_hours_today.php?iid=457&lid=405&format=html');
$content = $result->data;
print $content;?>
Disable Sitewide default title heading: Structure > Context > Scrolling down to "sitewide_default" > Edit > Conditions: Path, exclude this site "~development*
Create new Context "giving_to_library" for this site
Creatae Main Menu: Structure > Menus > Add Menu > Drag and drop to arrange the order
Create Menu block to using part of the Menu in Main menu by select propal parent menu
Create a Menu with Custom Links it with URL as "javascript:voil(0)"
Using default Menu block (was auto created when create new menu) instead of "Menu 2+"
AddThis for facebook, twitter, email: create a block with CSS class "addthis" and Block body:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_floating_style addthis_16x16_style">
<a class="addthis_button_facebook_follow" addthis:userid="yalelibrary"></a>
<a class="addthis_button_twitter_follow" addthis:userid="yalelibrary"></a>
<a class="addthis_button_email"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5034cdc446677019"></script>
<!-- AddThis Button END -->
Arts Search Area Links => Point to "Arts main Menu - Search Area" with CSS class of "search-area-links narrow-or-greater" to change the default search blocks at "Header First" Region
Need enable testimonies site to use library theme:
sites > all > themes > yul > yul.info + add this line "allowed_sites[] = testimonies.library.yale.edu"
Request Library Theme deploy to testimonies site (contact ITS Massaro, Vincent <vincent.massaro@yale.edu [19]> and Pasko, Kimberly <kimberly.pasko@yale.edu [20]>)
"Yale University Library" Theme should appear in "Appearance > Settings", set it to default, and start to work from here
Create 'YUL Wordmark' block
Create 'Menu
Create 'Fortunoff Sub-site name' Block
Create Context "fortunoff_sub" for sub page > Tag: YUL >
Create Context "fortunoff" for home page > Tag : YUL
Links
[1] https://web.library.yale.edu/arts
[2] https://web.library.yale.edu/mssa
[3] https://web.library.yale.edu/music
[4] https://web.library.yale.edu/divinity
[5] https://web.library.yale.edu/bass-library
[6] https://web.library.yale.edu/international-collections
[7] https://web.library.yale.edu/classics-library
[8] https://web.library.yale.edu/international/east-asia-library
[9] https://web.library.yale.edu/testimonies
[10] https://web.library.yale.edu/music/hsr
[11] https://web.library.yale.edu/lit
[12] https://web.library.yale.edu/departments/microform
[13] https://web.library.yale.edu/departments/preservation
[14] https://web.library.yale.edu/development
[15] https://web.library.yale.edu/digital-collections
[16] https://web.library.yale.edu/lit/sr/create-development-council-site
[17] https://wordpress.org/support/topic/no-page-menu-item
[18] http://wordpress.stackexchange.com/questions/30303/how-make-top-level-menu-item-not-have-link-but-have-sub-menus-that-are-linked
[19] mailto:vincent.massaro@yale.edu
[20] mailto:kimberly.pasko@yale.edu
[21] http://yalesites.yale.edu/book/hiding-your-theme-other-sites