Unhandled Error!

Undefined variable: colors

Document cat_sidebar
Document type CMS partial
Line 47
Exception class Cms_ExecutionException

Code Highlight

   		 	<br><br>
		</li>
		<li class="color_filter_section">
			<h5>Color</h5>
			<ul>
			<? 
				foreach ($colors as $key => $c)
				{
					$hex = $c['hex'];
					$label = $c['label'];
                    $selected = '';
                    if (Cms_VisitorPreferences::get($key, false) == true)
                        $selected = 'selected';
# Document Type
2 cat_sidebar CMS partial
1 Category CMS page