From 62a8dc5d3b70b2683840f2a1994991ee5ead857b Mon Sep 17 00:00:00 2001 From: Corey Wagehoft Date: Wed, 26 Oct 2011 11:40:31 -0500 Subject: [PATCH] Adding support on the options page for Foundation framework --- inc/roots-options.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/inc/roots-options.php b/inc/roots-options.php index 4bd0d59..1367c2b 100644 --- a/inc/roots-options.php +++ b/inc/roots-options.php @@ -117,6 +117,15 @@ $roots_css_frameworks = array( 'sidebar' => '' ) ), + 'foundation' => array( + 'name' => 'foundation', + 'label' => __('Foundation', 'roots'), + 'classes' => array( + 'container' => 'row', + 'main' => '', + 'sidebar' => '' + ) + ), 'none' => array( 'name' => 'none', 'label' => __('None', 'roots'),