Conferences Active: Add window title.

This commit is contained in:
Nate
2020-01-06 11:14:28 -07:00
parent 60c4f4c2ee
commit 9ea2f060be
2 changed files with 22 additions and 21 deletions
@@ -44,6 +44,7 @@
$text = $language->get();
//include the header
$document['title'] = $text['title-active_conferences'];
require_once "resources/header.php";
?>
@@ -104,7 +105,7 @@ else if (window.attachEvent) {
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td align='left'>";
echo " <b>".$text['label-active']."</b>";
echo " <b>".$text['title-active_conferences']."</b>";
echo " <br><br>\n";
echo " ".$text['description-active']."\n";
echo " </td>\n";