* @copyright Copyright (C) 2010 - 2012 Queldorei */ class Queldorei_Shopperslideshow_Model_Config_Show { public function toOptionArray() { $options = array(); $options[] = array( 'value' => 'home', 'label' => 'HomePage Only', ); $options[] = array( 'value' => 'all', 'label' => 'All Pages', ); return $options; } }