Skip to content
Snippets Groups Projects
Commit 9ebd9c72 authored by Robert Ricci's avatar Robert Ricci
Browse files

On CloudLab, link to the CloudLab version of the manual

parent 6185bd1e
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,10 @@ function SPITHEADER($thinheader = 0)
echo " <li class='apt-left'><form><a class='btn btn-quickvm-home navbar-btn'
href='http://docs.aptlab.net' target='_blank'>Manual</a></form></li>\n";
}
if ($ISCLOUD) {
echo " <li class='apt-left'><form><a class='btn btn-quickvm-home navbar-btn'
href='http://docs.cloudlab.us' target='_blank'>Manual</a></form></li>\n";
}
if ($login_user) {
echo " <li id='quickvm_actions_menu' class='dropdown apt-left'> ".
"<a href='#' class='dropdown-toggle' data-toggle='dropdown'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment