'; echo "\n\n\n"; if ($block_robots) echo "\n"; if ( $custom_css != '' ) { echo "\n"; } echo "\n\n"; /** check if main admin documentation file exists */ if (!file_exists('admin.html')) { echo "

You must compile this documentation with linuxdoc tools.

\n"; echo "

See README file.

\n"; } else { echo "

SquirrelMail Administrator's Manual

\n"; echo "

Read html version online

\n"; if (! $htmlonly) { if (! $packed_manuals) { echo "

Other formats

\n" ."\n"; } else { echo "

Other formats

\n" .""; } } echo "

SquirrelMail User's Manual

\n"; echo "

Read html version online

\n"; if (! $htmlonly) { if (! $packed_manuals) { echo "

Other formats

\n" ."\n"; } else { echo "

Other formats

\n" .""; } } echo "

SquirrelMail Developer's Manual

\n"; echo "

Read html version online

\n"; if (! $htmlonly) { if (! $packed_manuals) { echo "

Other formats

\n" ."\n"; } else { echo "

Other formats

\n" .""; } } } ?>