efire_list.php

Go to the documentation of this file.
00001 <?php
00002 
00008 class EFire_List extends Efire
00009 {
00016     public function render()
00017     {
00018         parent::render();
00019         $this->_aViewData['menu'] = basename( oxConfig::getParameter( "menu" ) );
00020 
00021         return "efire_list.tpl";
00022     }
00023 }