@@ -11,8 +11,6 @@ class SE_Layout {
$host = substr($host, 6);
}
- // TODO: add current table name
-
$title = "{$host}-SE";
return $title;
@@ -3753,6 +3753,9 @@ function <?php echo $jsToogleFiltrProcesuFunctionName; ?>(n) {
});
return false;
+ </script>
+ <script>
+document.title = '<?php echo $this->_acl->getRawLabel(100) . " - " . SE_Layout::getTitle(); ?>';
</script>
<?php
$out = ob_get_contents();