* * @var unknown */ protected $extra_headers = ""; /** * Extra header html for #header-wrapper element */ protected $extra_header_html = ""; /** * Featured story xml path */ protected $featured_story_xml = ""; /** * Links for the footer * * @var array */ protected $footer_links = array(); /** * Page HTML content * * @var string */ protected $html = ""; /** * Page layout * * @var string */ protected $layout = ""; /** * List of theme logos * * @var array */ protected $logos = array(); /** * * @var Menu() */ protected $Menu = NULL; /** * Metatags * * @var array */ protected $metatags = array(); /** * Open Graph Protocol title * * @var string */ private $MetaTitle = ""; /** * Open Graph Protocol description * * @var string */ private $MetaDescription = ""; /** * Open Graph Protocol image * * @var string */ private $MetaImage = ""; /** * Open Graph Protocol image width * * @var string */ private $MetaImageWidth = ""; /** * Open Graph Protocol image height * * @var string */ private $MetaImageHeight = ""; /** * * @var Nav() */ protected $Nav = NULL; /** * Page Author * * @var string */ protected $page_author = ""; /** * Page Keywords * * @var string */ protected $page_keywords = ""; /** * Page Title * * @var string */ protected $page_title = ""; /** * * @var Session() */ protected $Session = NULL; /** * User Session information * * List of links based of the session status. * * @var array */ protected $session_variables = array(); /** * The current theme name * * @var string */ protected $theme = "baseTheme"; /** * List of theme_variables * * @var unknown */ protected $theme_variables = array(); /** * Text for
' . $l['text'] . '
'; $html .= ''; $html .= ''; $html .= '' . $key . '