Skip to content
Snippets Groups Projects
Commit 827067d8 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-3081: adjust search to redirect to new search, while maintaining...

ISTWCMS-3081: adjust search to redirect to new search, while maintaining compatibility with old search
parent 88ba78f6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ $uw_theme_branding = variable_get('uw_theme_branding', 'full');
<?php } ?>
<div id="uw-header-buttons" class="uw-header--buttons <?php print ($uw_theme_branding !== 'full') ? 'generic_header' : 'non_generic_header'; ?>">
<div id="uw-header-search-button" class="uw-header--buttons__search" role="search">
<a href="<?php echo url('search_modal/nojs'); ?>" class="ctools-use-modal search-button" aria-expanded="false"><span class="ifdsu fdsu-search-2"></span><?php print t('Search'); ?></a>
<a href="https://uwaterloo.ca/search?proxystylesheet=default_frontend&client=default_frontend&site=default_collection" class="search-button" aria-expanded="false"><span class="ifdsu fdsu-search-2"></span><?php print t('Search'); ?></a>
</div>
<?php print $content; ?>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment