@@ -0,0 +1,27 @@
|
||||
{php include pubTemplate("header")}
|
||||
{php doAction('home_index_js')}
|
||||
{php doAction('home_index_css')}
|
||||
<h1 style="font-size:0px;padding:0px;margin:0px;">{$GLOBALS['TS_SITE']['site_title']} - {$GLOBALS['TS_SITE']['site_subtitle']}</h1>
|
||||
<div class="container">
|
||||
{php doAction('home_index_header')}
|
||||
|
||||
{php doAction('wordad')}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
{php doAction('home_index_left')}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
{php doAction('home_index_right')}
|
||||
|
||||
<!--广告位-->
|
||||
{php doAction('gobad','300')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{php doAction('home_index_footer')}
|
||||
|
||||
</div>
|
||||
{php include pubTemplate("footer")}
|
||||
Reference in New Issue
Block a user