mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
a couple of fixes for pixelegg template for minimal install
This commit is contained in:
parent
6da3da5b2a
commit
ded2edee17
@ -65,7 +65,7 @@
|
||||
position: absolute;
|
||||
width: 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-repeat: no-repeat;
|
||||
background-size: 64px;
|
||||
|
@ -11,7 +11,7 @@
|
||||
<meta name="author" content="Stylite AG www.stylite.de" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<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}
|
||||
{meta_robots}
|
||||
<link rel="icon" href="{img_icon}" type="image/x-ico" />
|
||||
|
@ -13,7 +13,7 @@
|
||||
* @todo extend Stylite template preferences instead of this copy (simple include fails)
|
||||
*/
|
||||
$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)
|
||||
{
|
||||
|
@ -8,7 +8,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
@import (reference) "definitions.less";
|
||||
|
@ -8,7 +8,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
@import (reference) "definitions.less";
|
||||
|
@ -11,7 +11,7 @@
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package phpgwapi
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user