| 1 | <?php |
||
| 11 | class Sitewards_B2BProfessional_Model_System_Config_Source_Page extends Mage_Adminhtml_Model_System_Config_Source_Cms_Page |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Populate an options array with the current system cms pages and the customer login page |
||
| 15 | * |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | public function toOptionArray() |
||
| 35 | } |