function __construct($options = array())
 {
     if (method_exists('Walker_Page', '__construct')) {
         parent::__construct();
     }
 }