Fixes + added missing directories.
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index f8e080a254b6eb64fb58714d9e94f37db7fa2dd6..8dd0648a040fceabeee49c7d2333c9519c5f2ae4 100644 (file)
@@ -197,7 +197,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
                        $templateInstance = $this->prepareTemplateInstance($appInstance);
 
                        // Try to load the web template
-                       $templateInstance->loadWebTemplate(sprintf('%s_%s',
+                       $templateInstance->loadHtmlTemplate(sprintf('%s_%s',
                                $this->getConfigInstance()->getConfigEntry('tpl_selector_prefix'),
                                strtolower($appInstance->getAppShortName())
                        ));