/** * @package WordPress * @subpackage sidelined */ get_header(); global $wdp_options; foreach ($wdp_options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } if (strlen($sidelined_blog_cats_exclude)>0) {//yes, this is set in admin options, so filter cats by their choices $sidelined_blog_cats_exclude = explode(",", $sidelined_blog_cats_exclude); global $wp_query; query_posts(array_merge(array('category__not_in' => $sidelined_blog_cats_exclude),$wp_query->query)); } else {//standard global $wp_query; query_posts($wp_query->query); } $sidebar=get_post_meta($post->ID, '_wdp_enable-sidebar', true);//show sidebar? $sidelined_blog_sidebar_global = strtolower(str_replace(" ","-",$sidelined_blog_sidebar_global)); //eg no-global-sidebar-setting if ($sidelined_blog_sidebar_global!="no-global-sidebar-setting") {//disregard above settings - force according to this if ($sidelined_blog_sidebar_global=="show-sidebar") { $sidebar="yes"; } else { $sidebar="no"; } } $sidelined_nav_placement = "nav-".str_replace(array("(", ")"),"",str_replace(" ","-",$sidelined_nav_placement)); if ($sidelined_nav_placement=="nav-top-horizontal") { $additionalclass="alpha"; } ?>

Snow on Cedros!

February 23, 2011 - no comments. Posted by Claire in Claire's blog.

Sunday I came into work around 5:30 AM and was amazed because all around our building was what appeared to be snow!  Apparently during the night there was heavy rain/hail.  The hail accumulated around our building and because, the overnight temperature was low, it stayed.  We had “snow” accumulations that stayed until mid morning….Never thought I’d see snow in Solana Beach.

Then during the morning there was more rain and then a beautiful rainbow.

In terms of weather happenings an exciting weekend at the restaurant…

claire

Leave a comment