a couple of fixes for pixelegg template for minimal install

This commit is contained in:
Ralf Becker 2016-05-05 18:27:07 +00:00
parent 6da3da5b2a
commit ded2edee17
9 changed files with 9 additions and 9 deletions

View File

@ -65,7 +65,7 @@
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url(../../phpgwapi/templates/default/images/logo64x64.png); background-image: url(../../api/templates/default/images/logo64x64.png);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 64px; background-size: 64px;

View File

@ -11,7 +11,7 @@
<meta name="author" content="Stylite AG www.stylite.de" /> <meta name="author" content="Stylite AG www.stylite.de" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="user-scalable=no,width=device-width" /> <meta name="viewport" content="user-scalable=no,width=device-width" />
<link rel="apple-touch-icon" href="{webserver_url}/phpgwapi/templates/default/images/logo64x64.png" /> <link rel="apple-touch-icon" href="{webserver_url}/api/templates/default/images/logo64x64.png" />
{pngfix} {pngfix}
{meta_robots} {meta_robots}
<link rel="icon" href="{img_icon}" type="image/x-ico" /> <link rel="icon" href="{img_icon}" type="image/x-ico" />

View File

@ -13,7 +13,7 @@
* @todo extend Stylite template preferences instead of this copy (simple include fails) * @todo extend Stylite template preferences instead of this copy (simple include fails)
*/ */
$apps = $no_navbar_apps = array(); $apps = $no_navbar_apps = array();
if (!$hook_data['setup']) // does not work on setup time if (!$hook_data['setup'] && !isset($GLOBALS['egw_setup'])) // does not work on setup time
{ {
foreach(ExecMethod('pixelegg.pixelegg_framework.navbar_apps') as $app => $data) foreach(ExecMethod('pixelegg.pixelegg_framework.navbar_apps') as $app => $data)
{ {

View File

@ -8,7 +8,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de> * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */

View File

@ -8,7 +8,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de> * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */

View File

@ -8,7 +8,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de> * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */
@import (reference) "definitions.less"; @import (reference) "definitions.less";

View File

@ -8,7 +8,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de> * @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */

View File

@ -8,7 +8,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Hadi Nategh <hn@stylite.de> * @author Hadi Nategh <hn@stylite.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */
@import (reference) "definitions.less"; @import (reference) "definitions.less";

View File

@ -11,7 +11,7 @@
* @link http://www.egroupware.org * @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de> * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
* @package phpgwapi * @package pixelegg
* @version $Id$ * @version $Id$
*/ */