File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 <?php if ($ _ ['admin ' ]) {
44 ?>
55 <li>
6- <a class="<?php p ($ _ ['style1 ' ]); ?> "
7- href="<?php print_unescaped ( $ _ [ ' url1 ' ]); ?> ">
8- <?php p ($ l ->t ('User documentation ' )); ?>
6+ <a class="<?php p ($ _ ['style1 ' ]); ?> " target="_blank"
7+ href="https://doc.owncloud.com/server/user_manual/index.html ">
8+ <?php p ($ l ->t ('User documentation ' )); ?> ↗
99 </a>
1010 </li>
1111 <li>
12- <a class="<?php p ($ _ ['style2 ' ]); ?> "
13- href="<?php print_unescaped ($ _ ['url2 ' ]); ?> ">
14- <?php p ($ l ->t ('Administrator documentation ' )); ?>
12+ <a class="<?php p ($ _ ['style2 ' ]); ?> " target="_blank"
13+ href="https://doc.owncloud.com/server/admin_manual/index.html">
14+ <?php p ($ l ->t ('Administrator documentation ' )); ?> ↗
15+ </a>
16+ </li>
17+ <li>
18+ <a class="<?php p ($ _ ['style1 ' ]); ?> " target="_blank"
19+ href="https://doc.owncloud.com/server/developer_manual/index.html">
20+ <?php p ($ l ->t ('Developer documentation ' )); ?> ↗
1521 </a>
1622 </li>
1723 <?php
You can’t perform that action at this time.
0 commit comments