Skip to content

Commit

Permalink
Revert "Adds/fixes links for help & wiki."
Browse files Browse the repository at this point in the history
This reverts commit 0e024de.
  • Loading branch information
kperkowski committed Feb 27, 2011
1 parent 3342cb1 commit 7049744
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions skins/installer/layout.php
Expand Up @@ -23,19 +23,11 @@
?>
|
<?php
echo html::anchor('http://wiki.2600hz.org', __('Wiki'), array(
echo html::anchor('http://help.2600hz.org', __('Wiki'), array(
'title' => 'Find answers on the wiki for common problems.',
'target' => '_blank'
));
?>
|
<?php
echo html::anchor('http://help.2600hz.org', __('Help'), array(
'title' => 'Find answers on the wiki for common problems.',
'target' => '_blank'
));
?>

</div>
</div>
<!-- END OF HEADER -->
Expand Down

0 comments on commit 7049744

Please sign in to comment.