Skip to content

Commit

Permalink
Merge pull request #217 from timschofield/master
Browse files Browse the repository at this point in the history
Fix the link to the manual page
  • Loading branch information
TurboPT committed Dec 16, 2021
2 parents f18da0f + c474bd1 commit 08e0678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/header.php
Expand Up @@ -113,7 +113,7 @@

if (count($_SESSION['AllowedPageSecurityTokens']) > 1) {

$DefaultManualLink = '<div id="ActionIcon"><a data-title="' . _('Read the manual') . '" target="_blank" href="' . $PathPrefix . $RootPath . '/doc/Manual/ManualContents.php' . $ViewTopic . $BookMark . '"><img src="' . $PathPrefix . $RootPath . '/css/' . $_SESSION['Theme'] . '/images/manual.png" alt="' . _('Help') . '" /></a></div>';
$DefaultManualLink = '<div id="ActionIcon"><a data-title="' . _('Read the manual') . '" target="_blank" href="' . $PathPrefix . $RootPath . '/ManualContents.php' . $ViewTopic . $BookMark . '"><img src="' . $PathPrefix . $RootPath . '/css/' . $_SESSION['Theme'] . '/images/manual.png" alt="' . _('Help') . '" /></a></div>';

if (strstr($_SESSION['Language'], 'en')) {
echo $DefaultManualLink;
Expand Down

0 comments on commit 08e0678

Please sign in to comment.