<?php

/**
 * Tine 2.0 main view
 * 
 * @package     Tinebase
 * @subpackage  Views
 * @license     http://www.gnu.org/licenses/agpl.html AGPL Version 3
 * @author      Lars Kneschke <*****@*****.**>
 * @copyright   Copyright (c) 2007-2011 Metaways Infosystems GmbH (http://www.metaways.de)
 */
$theme_config = Tinebase_View::getThemeConfig();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>Tine 2.0org</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-Tine20-Version" content="<?php 
echo TINE20_PACKAGESTRING;
?>
" />
    
    <link rel="shortcut icon" href="<?php 
echo $theme_config[0];
?>
" type="image/x-icon" />
    <link rel="chrome-application-definition" href="chrome_web_app.json" />
</head>
<body>
    <!-- Loading Indicator -->