Commit a808e6ff by doszhang

dos

parent 2e4988a4
...@@ -85,15 +85,13 @@ ...@@ -85,15 +85,13 @@
<body> <body>
<div class="wrap"> <div class="container" style="height: 1138px;">
<div class="wrap-inner">
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false} {:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.izhida.cn') !== false}
{:"http://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents} {:"http://projectx.dev.izhida.cn/api/html/id/`$projectId`"|file_get_contents}
{:else} {:else}
{:block name='body'}{:/block} {:block name='body'}{:/block}
{:/if} {:/if}
</div> </div>
</div>
<script> <script>
......
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