forked from roots/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all frameworks except Bootstrap (roots#251)
- Remove all frameworks except Bootstrap - Remove roots-options.php and replace with a more simple roots-config.php - Include all Bootstrap Javascript plugins by default in js/plugins.js - Use Bootstrap Responsive and Topbar navigation by default - Use Bootstrap markup on forms, page titles, image galleries, alerts and errors, post and comment navigation - Remove Roots styles from style.css and introduce app.css for site-specific CSS. Remove almost all previous default Roots styles. - Add latest updates from H5BP project
- Loading branch information
Showing
143 changed files
with
7,479 additions
and
17,482 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
<?php get_header(); ?> | ||
<?php roots_content_before(); ?> | ||
<div id="content" class="<?php echo $roots_options['container_class']; ?>"> | ||
<div id="content" class="<?php echo CONTAINER_CLASSES; ?>"> | ||
<?php roots_main_before(); ?> | ||
<div id="main" class="<?php echo $roots_options['fullwidth_class']; ?>" role="main"> | ||
<div class="container"> | ||
<div id="main" class="<?php echo FULLWIDTH_CLASSES; ?>" role="main"> | ||
<div class="page-header"> | ||
<h1><?php _e('File Not Found', 'roots'); ?></h1> | ||
</div> | ||
<div class="alert alert-block fade in"> | ||
<a class="close" data-dismiss="alert">×</a> | ||
<p><?php _e('The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.', 'roots'); ?></p> | ||
<p><?php _e('Please try the following:', 'roots'); ?></p> | ||
<ul> | ||
<li><?php _e('Check your spelling', 'roots'); ?></li> | ||
<li><?php printf(__('Return to the <a href="%s">home page</a>', 'roots'), home_url()); ?></li> | ||
<li><?php _e('Click the <a href="javascript:history.back()">Back</a> button', 'roots'); ?></li> | ||
</ul> | ||
<?php get_search_form(); ?> | ||
</div> | ||
<p><?php _e('Please try the following:', 'roots'); ?></p> | ||
<ul> | ||
<li><?php _e('Check your spelling', 'roots'); ?></li> | ||
<li><?php printf(__('Return to the <a href="%s">home page</a>', 'roots'), home_url()); ?></li> | ||
<li><?php _e('Click the <a href="javascript:history.back()">Back</a> button', 'roots'); ?></li> | ||
</ul> | ||
<?php get_search_form(); ?> | ||
</div><!-- /#main --> | ||
<?php roots_main_after(); ?> | ||
</div><!-- /#content --> | ||
<?php roots_content_after(); ?> | ||
<?php get_footer(); ?> | ||
<?php get_footer(); ?> |
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.