diff --git a/frontend/simple/classes/DisplayController.php b/frontend/simple/classes/DisplayController.php
index 73160d9c2..94da3444e 100644
--- a/frontend/simple/classes/DisplayController.php
+++ b/frontend/simple/classes/DisplayController.php
@@ -316,84 +316,90 @@ class DisplayController{
// Stolpec 1
echo '
';
- echo '
TEST 1KA
';
+ echo '
'.AppSettings::getInstance()->getSetting('app_settings-app_name').'
';
// APP SUBTITLE
echo '
';
@@ -467,15 +471,6 @@ class DisplayController{
echo '
';
echo '
';
-
-
- // // APP SUBTITLE
- // echo '';
- // if(isVirtual())
- // echo $lang['app_virtual_domain'];
- // else
- // echo $lang['app_installation'];
- // echo '
';
}
// Izris okna na prvi strani - AAI