Conditional warnings

This commit is contained in:
2020-12-29 02:06:25 +01:00
parent 06752f6f30
commit a0d2a1a078
4 changed files with 14 additions and 4 deletions
+4
View File
@@ -199,6 +199,10 @@ else if ($display == "start")
{
$te->set_block_template("SETTINGS_BACK", "SETTINGS_BACK_SOURCE");
}
if (!$lib->is_loaded())
{
$te->set_block_template("SETTINGS_FIRSTRUN", "SETTINGS_FIRSTRUN_SOURCE");
}
}
echo $te->get_html();