doc links

This commit is contained in:
Matt Wells
2014-01-19 12:01:32 -08:00
parent b6c3ecc20e
commit ca816492b5

@ -1865,6 +1865,14 @@ bool Pages::printAdminLinks ( SafeBuf *sb,
}
*/
}
// print documentation links
if ( top ) {
sb->safePrintf(" <a href=/admin.html>admin guide</a> "
"&nbsp; "
" <a href=/developer.html>dev guide</a>" );
}
//sb->safePrintf("</center>" );
sb->safePrintf("<br/>" );
sb->safePrintf("<br/>" );