mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-16 02:46:08 -04:00
doc links
This commit is contained in:
@ -1865,6 +1865,14 @@ bool Pages::printAdminLinks ( SafeBuf *sb,
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// print documentation links
|
||||
if ( top ) {
|
||||
sb->safePrintf(" <a href=/admin.html>admin guide</a> "
|
||||
" "
|
||||
" <a href=/developer.html>dev guide</a>" );
|
||||
}
|
||||
|
||||
//sb->safePrintf("</center>" );
|
||||
sb->safePrintf("<br/>" );
|
||||
sb->safePrintf("<br/>" );
|
||||
|
Reference in New Issue
Block a user