/**
  * Constructs object of Uni_Core_Layout
  * @param string $baseUrl      
  */
 function __construct($baseUrl = NULL)
 {
     $this->baseUrl = $baseUrl;
     parent::__construct('1.0', 'UTF-8');
 }