Commit c8e85a44 by doszhang

dos

parent 17c349f8
{:extends file="layout.tpl"}
{:block name='projectx'}
{:$projectId=358}
{:$projectId=5}
{:/block}
// css 文件导入
......
......@@ -72,7 +72,7 @@
</script>
<title>{:block name='title'}{:/block}</title>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
<link rel="stylesheet" type="text/css" href="http://projectx.dev.izhida.cn/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.0"
<link rel="stylesheet" type="text/css" href="https://projectx.weitoy.com/api/css/rem/{:$rem}/id/{:$projectId}?version=1.0.0"
media="all" />
{:else}
......@@ -90,7 +90,7 @@
<div class="wrap-inner">
<div class="font">1</div>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"https://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents}
{:"https://projectx.weitoy.com/api/html/id/`$projectId`"|file_get_contents}
{:else}
{:block name='body'}{:/block}
{:/if}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment