Skip to content

Commit

Permalink
1.1.0 Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wpsmith committed Jan 7, 2013
1 parent a8cc906 commit ea9f50e
Show file tree
Hide file tree
Showing 106 changed files with 14,903 additions and 0 deletions.
34 changes: 34 additions & 0 deletions alt/functions-alt.php
@@ -0,0 +1,34 @@
<?php

/**
* Custom amendments for the theme.
*
* @category Genesis_Sandbox
* @author Travis Smith, for Surefire Themes
* @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
* @link http://wpsmith.net/
* @since 1.1.0
*/

/*******************************************************************************/
//DO NOT EDIT! EDITING THIS SECTION CAN HAVE SERIOUS RAMIFICATIONS!.

/** Exit if accessed directly */
if ( ! defined( 'ABSPATH' ) ) exit( 'Cheatin&#8217; uh?' );

/**
* Initialize Sandbox
* @since 1.1.0
*
* Sets up the Child theme.
* Builds various Genesis constants off style.css.
* Includes various necessary files.
* Future proofs theme by
*/
require_once( get_stylesheet_directory() . '/lib/init.php');

/** Load Genesis */
require_once( get_template_directory() . '/lib/init.php' );

/** All Done! Loaded! Happy editing! */
/*******************************************************************************/

0 comments on commit ea9f50e

Please sign in to comment.