File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ function main($id, $mode)
324324 case 'server ' :
325325
326326 $ display_vars ['title ' ] = 'ACP_REWRITE_CONF ' ;
327- $ this -> language [ ' ACP_REWRITE_CONF_EXPLAIN ' ] = $ this ->language [ 'ACP_REWRITE_CONF_EXPLAIN ' ] . '</p><hr/><p><b> ' . $ this ->user ->lang [ 'ACP_PHPBB_SEO_VERSION ' ] . ' : ' . $ this ->modrtype_lang ['link ' ] . ' - ( ' . $ this ->modrtype_lang ['forumlink ' ] . ' )</b></p><p> ' ;
327+ $ display_vars [ ' description ' ] = $ this ->language -> lang ( 'ACP_REWRITE_CONF_EXPLAIN ' ) . '</p><hr/><p><b> ' . $ this ->user ->lang ( 'ACP_PHPBB_SEO_VERSION ' ) . ' : ' . $ this ->modrtype_lang ['link ' ] . ' - ( ' . $ this ->modrtype_lang ['forumlink ' ] . ' )</b></p><p> ' ;
328328 $ display_vars ['vars ' ] = array ();
329329 $ display_vars ['vars ' ]['legend1 ' ] = 'ACP_REWRITE_CONF ' ;
330330 if ($ this ->core ->seo_path ['phpbb_script ' ] && !$ this ->core ->seo_opt ['virtual_root ' ])
@@ -347,7 +347,7 @@ function main($id, $mode)
347347 }
348348
349349 // Dirty yet simple templating
350- $ this -> language [ ' ACP_REWRITE_CONF_EXPLAIN ' ] = $ this ->language [ 'ACP_REWRITE_CONF_EXPLAIN ' ] . $ this ->seo_server_conf ();
350+ $ display_vars [ ' description ' ] = $ this ->language -> lang ( 'ACP_REWRITE_CONF_EXPLAIN ' ) . $ this ->seo_server_conf ();
351351
352352 $ this ->template ->assign_vars (array (
353353 'S_SEO_HTACCESS ' => 1 ,
You can’t perform that action at this time.
0 commit comments