瀏覽代碼

-fixing multi Domain settings for page

pull/1/head
Marcel Völkel 7 年之前
父節點
當前提交
d87ff0c413
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Application/templates/sternenkindsaga/html/htmlHead.tpl
  2. 1
    1
      version

+ 1
- 1
Application/templates/sternenkindsaga/html/htmlHead.tpl 查看文件

@@ -7,7 +7,7 @@
7 7
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 8
     <meta name="viewport" content="width=device-width, initial-scale=1">
9 9
 
10
-    <base href="{$settings->getValue("siteaddr")}">
10
+    <base href="http://{$smarty.server.SERVER_NAME}/">
11 11
     <!--[if IE]></base><![endif]-->
12 12
     <meta name="description" content="Description default here">
13 13
     <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css">

+ 1
- 1
version 查看文件

@@ -1 +1 @@
1
-v1.1.2 Rev: 4
1
+v1.1.2 Rev: 5

Loading…
取消
儲存