diff --git a/pdf_pages.php b/pdf_pages.php
index 46bb12bcb..5ad789965 100644
--- a/pdf_pages.php
+++ b/pdf_pages.php
@@ -34,24 +34,24 @@ $query_default_option = PMA_DBI_QUERY_STORE;
*/
if (!$cfgRelation['relwork']) {
echo sprintf(__('%s table not found or not set in %s'), 'relation', 'config.inc.php') . '
' . "\n"
- . '' . __('Documentation') . '' . "\n";
+ . PMA_showDocu('relation') . "\n";
require_once './libraries/footer.inc.php';
}
if (!$cfgRelation['displaywork']) {
echo sprintf(__('%s table not found or not set in %s'), 'table_info', 'config.inc.php') . '
' . "\n"
- . '' . __('Documentation') . '' . "\n";
+ . PMA_showDocu('table_info') . "\n";
require_once './libraries/footer.inc.php';
}
if (!isset($cfgRelation['table_coords'])){
echo sprintf(__('%s table not found or not set in %s'), 'table_coords', 'config.inc.php') . '
' . "\n"
- . '' . __('Documentation') . '' . "\n";
+ . PMA_showDocu('table_coords') . "\n";
require_once './libraries/footer.inc.php';
}
if (!isset($cfgRelation['pdf_pages'])) {
echo sprintf(__('%s table not found or not set in %s'), 'pdf_page', 'config.inc.php') . '
' . "\n"
- . '' . __('Documentation') . '' . "\n";
+ . PMA_showDocu('pdf_pages') . "\n";
require_once './libraries/footer.inc.php';
}