Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 98d7c152..05cf1573 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -82,7 +82,7 @@ HTML;
<header role="banner"><div id="header">
<div id="header-left">
<a href="https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/"
- id="nextcloudpi" tabindex="1" target="_blank">
+ id="nextcloudpi" tabindex="1">
<div class="logo-icon">
<h1 class="hidden-visually">NextCloudPi</h1>
</div>
@@ -95,11 +95,13 @@ HTML;
<?php
if ( file_exists( 'wizard' ) )
echo <<<HTML
- <div class="wizard-btn">
- <div id="expand">
- <div class="icon-wizard-white"></div>
+ <a href="wizard">
+ <div class="wizard-btn">
+ <div id="expand">
+ <div class="icon-wizard-white"></div>
+ </div>
</div>
- </div>
+ </a>
HTML;
?>
<div id="poweroff">