本文整理汇总了PHP中smarty_function_ft_include函数的典型用法代码示例。如果您正苦于以下问题:PHP smarty_function_ft_include函数的具体用法?PHP smarty_function_ft_include怎么用?PHP smarty_function_ft_include使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了smarty_function_ft_include函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: smarty_function_ft_include
<div class="box" id="method1_drawbacks" style="display:none">
<?php
echo $this->_tpl_vars['LANG']['text_add_form_direct_submission_drawbacks'];
?>
</div>
<div class="box" id="method2_benefits" style="display:none">
<?php
echo $this->_tpl_vars['LANG']['text_add_form_code_submission_benefits'];
?>
</div>
<div class="box" id="method2_drawbacks" style="display:none">
<?php
echo $this->_tpl_vars['LANG']['text_add_form_code_submission_drawbacks'];
?>
</div>
</div>
</td>
</tr>
</table>
</form>
<?php
echo smarty_function_ft_include(array('file' => 'footer.tpl'), $this);
示例2: smarty_function_ft_include
}
?>
>
<?php
echo smarty_function_ft_include(array('file' => "admin/forms/tab_edit_email_tab3.tpl"), $this);
?>
</div>
<div class="inner_tab_content4" <?php
if ($this->_tpl_vars['edit_email_tab'] != 4) {
?>
style="display:none"<?php
}
?>
>
<?php
echo smarty_function_ft_include(array('file' => "admin/forms/tab_edit_email_tab4.tpl"), $this);
?>
</div>
</div>
</div>
<p>
<input type="submit" name="update_email_template" value="<?php
echo $this->_tpl_vars['LANG']['phrase_update_email_template'];
?>
" />
</p>
</form>
示例3: smarty_core_load_plugins
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'ft_include', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/index.tpl', 6, false), array('modifier', 'upper', '/var/www/vhosts/excelsiorschool.com/httpdocs/forms/themes/default/index.tpl', 40, false))), $this);
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div class="title"><?php
echo $this->_tpl_vars['login_heading'];
?>
</div>
<div style="width:600px">
<?php
echo smarty_function_ft_include(array('file' => "messages.tpl"), $this);
?>
</div>
<div class="margin_bottom_large" style="width: 600px">
<?php
echo $this->_tpl_vars['text_login'];
?>
</div>
<form name="login" action="<?php
echo $this->_tpl_vars['same_page'];
echo $this->_tpl_vars['query_params'];
?>
示例4: smarty_function_ft_include
style="display:none"<?php
}
?>
>
<?php
echo smarty_function_ft_include(array('file' => "admin/forms/tab_edit_view__tabs.tpl"), $this);
?>
</div>
<div class="inner_tab_content5" <?php
if ($this->_tpl_vars['edit_view_tab'] != 5) {
?>
style="display:none"<?php
}
?>
>
<?php
echo smarty_function_ft_include(array('file' => "admin/forms/tab_edit_view__filters.tpl"), $this);
?>
</div>
</div>
</div>
<p>
<input type="submit" name="update_view" value="<?php
echo $this->_tpl_vars['LANG']['phrase_update_view'];
?>
" />
</p>
</form>