diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php
index 9cd5987b7a..739c80d3c6 100644
--- a/themes/enhanced/template.php
+++ b/themes/enhanced/template.php
@@ -33,8 +33,14 @@
if (strlen(PROJECT_PATH) > 0) {
$php_self_dir = substr($php_self_dir, strlen(PROJECT_PATH), strlen($php_self_dir));
}
+ if (isset($_SESSION['theme']['favicon']['text'])){
+ $favicon = $_SESSION['theme']['favicon']['text'];
+ }
+ else {
+ $favicon = '/themes/enhanced/favicon.ico';
+ }
?>
-
+