本文整理汇总了PHP中tpl_function_helper函数的典型用法代码示例。如果您正苦于以下问题:PHP tpl_function_helper函数的具体用法?PHP tpl_function_helper怎么用?PHP tpl_function_helper使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了tpl_function_helper函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: tpl_function_helper
<div class="right-side">
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_payments_block', 'module' => 'payments'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_polls_block', 'module' => 'polls'), $this);
?>
</div>
<div class="left-side">
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_users_block', 'module' => 'users'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_stat', 'module' => 'users', 'cache' => 'true'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_banners_block', 'module' => 'banners'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'admin_home_spam_block', 'module' => 'spam'), $this);
?>
</div>
</div>
<div class="clr"></div>
<?php
echo tpl_function_block(array('name' => 'ad', 'module' => 'start'), $this);
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "footer.tpl", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
示例2: tpl_function_breadcrumbs
</div>
<div class="clr"></div>
<?php
}
?>
<div class="main">
<div> <!--class="content"--> <!--JL commented it-->
<!--<?php
echo tpl_function_breadcrumbs(array(), $this);
?>
--> <!--JL commented it-->
<?php
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'top-banner'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'left-top-banner'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'right-top-banner'), $this);
?>
<div class="clr"></div>
<?php
if (empty($this->_vars['header_type']) || $this->_vars['header_type'] != 'index' && $this->_vars['header_type'] != 'network') {
?>
<div class="mb20 mt20"><?php
echo tpl_function_helper(array('func_name' => 'featured_users', 'module' => 'users'), $this);
?>
</div><?php
}
示例3: l
?>
hide<?php
}
?>
"><a href="<?php
echo $this->_vars['site_url'];
?>
admin/users/deleted"><?php
echo l('filter_deleted_users', 'users', '', 'text', array());
?>
(<?php
echo $this->_vars['filter_data']['deleted'];
?>
)</a></li>
<?php
echo tpl_function_helper(array('func_name' => 'not_registered_add_filter', 'module' => 'incomplete_signup', 'func_param' => $this->_vars['filter']), $this);
?>
</ul>
</div>
<form method="post" enctype="multipart/form-data">
<input type="hidden" name="filter" value="<?php
echo $this->_vars['filter'];
?>
">
<input type="hidden" name="order" value="<?php
echo $this->_vars['order'];
?>
">
<input type="hidden" name="order_direction" value="<?php
echo $this->_vars['order_direction'];
示例4: tpl_function_menu
<?php
echo tpl_function_menu(array('gid' => 'user_footer_menu'), $this);
?>
<!--div class="copyright"><?php
if ($this->_vars['DEMO_MODE']) {
echo $this->_vars['demo_copyright'];
} else {
?>
© 2000-2015 <a href="http://www.pilotgroup.net">PilotGroup.NET</a> Powered by <a href="http://www.datingpro.com/">PG Dating Pro</a><?php
}
?>
</div-->
<div class="copyright"><center>Copyright © 2015-2016 Calit2 IoTOC</center></div>
</br>
</div>
</div>
<?php
echo tpl_function_helper(array('func_name' => 'lang_editor', 'module' => 'languages'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'seo_traker', 'helper_name' => 'seo_advanced_helper', 'module' => 'seo_advanced', 'func_param' => 'footer'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'cookie_policy_block', 'module' => 'cookie_policy', 'helper_name' => 'cookie_policy'), $this);
if (empty($this->_vars['is_pjax'])) {
?>
</div>
</body>
</html>
<?php
}
示例5: tpl_function_helper
?>
<div style="display:inline-block; margin-left:none; margin-right:none; padding:0; background-color:#ff751a; width:100%;">
<div style="display: inline-block; width: 160px; position: relative; top: 5pt;">
<a href="<?php
echo $this->_vars['site_url'];
?>
" class="logo-block">
<img src="<?php
echo $this->_vars['site_root'];
echo $this->_vars['logo_settings']['path'];
?>
" alt="<?php
echo tpl_function_helper(array('func_name' => 'seo_tags_default', 'func_param' => 'header_text'), $this);
?>
" width="<?php
echo $this->_vars['logo_settings']['width'];
?>
" height="<?php
echo $this->_vars['logo_settings']['height'];
?>
">
</a>
</div>
<div style="display: inline-block; width: 660px; position: relative; top: -36px; border:1px;
<!--/*
background-color: #eaf8fc;
示例6: tpl_function_helper
<?php
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.helper.php';
$this->register_function("helper", "tpl_function_helper");
/* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2015-09-22 04:16:53 Pacific Daylight Time */
?>
</div>
</div>
</div>
<div class="clr"></div>
</div>
<!--div class="footer"><?php
if ($this->_vars['DEMO_MODE']) {
echo $this->_vars['demo_copyright'];
} else {
?>
© 2000-2015 <a href="http://www.pilotgroup.net">PilotGroup.NET</a> Powered by <a href="http://www.datingpro.com/">PG Dating Pro</a><?php
}
?>
</div-->
<div class="clr"></div>
</div>
<?php
echo tpl_function_helper(array('func_name' => 'lang_editor', 'helper_name' => 'languages', 'module' => 'languages'), $this);
?>
</body>
</html>
示例7: array
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "header.tpl", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
?>
<div class="content">
<div class="lc">
<div class="inside account_menu">
<?php
echo tpl_function_helper(array('func_name' => 'get_content_tree', 'helper_name' => 'content', 'func_param' => $this->_vars['page']['id']), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'big-left-banner'), $this);
?>
<?php
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'left-banner'), $this);
?>
</div>
</div>
<div class="rc">
<div class="content-block wysiwyg">
<h1><?php
echo tpl_function_seotag(array('tag' => 'header_text'), $this);
?>
</h1>
<?php
echo $this->_vars['page']['content'];
?>
</div>
<?php
示例8: array
<?php
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.block.php';
$this->register_function("block", "tpl_function_block");
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.helper.php';
$this->register_function("helper", "tpl_function_helper");
/* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2015-11-08 22:50:14 Pacific Standard Time */
?>
<?php
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "header.tpl", array('header_type' => 'index', 'load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
?>
<?php
echo tpl_function_helper(array('func_name' => 'dynamic_blocks_area', 'module' => 'dynamic_blocks', 'func_param' => $this->_vars['color_scheme']), $this);
echo tpl_function_block(array('name' => 'show_social_networks_like', 'module' => 'social_networking'), $this);
echo tpl_function_block(array('name' => 'show_social_networks_share', 'module' => 'social_networking'), $this);
echo tpl_function_block(array('name' => 'show_social_networks_comments', 'module' => 'social_networking'), $this);
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "footer.tpl", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
示例9: tpl_function_block
?>
<!--<?php
echo tpl_function_block(array('name' => 'friendlist_links', 'module' => 'friendlist', 'id_user' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_block(array('name' => 'blacklist_button', 'module' => 'blacklist', 'id_user' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_block(array('name' => 'favourites_button', 'module' => 'favourites', 'id_user' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_helper(array('func_name' => 'im_chat_add_button', 'module' => 'im', 'func_param' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_block(array('name' => 'video_chat_button', 'module' => 'video_chat', 'user_id' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_block(array('name' => 'wink', 'module' => 'winks', 'user_id' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
echo tpl_function_block(array('name' => 'kisses_list', 'module' => 'kisses', 'user_id' => $this->_vars['data']['id']), $this);
?>
-->
<!--<?php
示例10: tpl_function_helper
echo ', 0, 1);
var yr = (date_min.getFullYear()) + \':\' + (date_max.getFullYear());
$( "#datepicker" ).datepicker({
dateFormat :\'yy-mm-dd\',
changeYear: true,
changeMonth: true,
yearRange: yr,
defaultDate: date_max
});
});
</script>';
?>
<?php
echo tpl_function_helper(array('func_name' => 'incomplete_signup_script', 'module' => 'incomplete_signup'), $this);
?>
</div>
<?php
echo tpl_function_block(array('name' => 'show_social_networks_like', 'module' => 'social_networking'), $this);
?>
<?php
echo tpl_function_block(array('name' => 'show_social_networks_share', 'module' => 'social_networking'), $this);
?>
<?php
echo tpl_function_block(array('name' => 'show_social_networks_comments', 'module' => 'social_networking'), $this);
?>
</div>
<?php
$_templatelite_tpl_vars = $this->_vars;
示例11: l
?>
</a></div></li>
<li><div class="l"><a id="unmark_adult_select_block" href="javascript:void(0)"><?php
echo l('btn_unmark_adult', 'media', '', 'text', array());
?>
</a></div></li>
<li><div class="l"><a id="delete_select_block" href="javascript:void(0)"><?php
echo l('btn_link_delete', 'media', '', 'text', array());
?>
</a></div></li>
</ul>
</div>
<?php
echo tpl_function_helper(array('func_name' => 'get_admin_level1_menu', 'helper_name' => 'menu', 'func_param' => 'media_menu_item'), $this);
$this->_tag_stack[] = array('tpl_block_strip', array());
tpl_block_strip(array(), null, $this);
ob_start();
?>
<table cellspacing="0" cellpadding="0" class="data" width="100%">
<tr>
<th class="first w50"><input type="checkbox" id="grouping_all"></th>
<th class="w110"><?php
echo l('field_files', 'media', '', 'text', array());
?>
</th>
<th><?php
echo l('media_info', 'media', '', 'text', array());
?>
</th>
示例12: tpl_function_seolink
"<?php
}
?>
>
<span class="v-link"><a href="<?php
echo tpl_function_seolink(array('module' => 'users', 'method' => 'restore'), $this);
?>
"><?php
echo l('link_restore', 'users', '', 'text', array());
?>
</a></span>
</div>
</div>
<div class="r">
<input type="submit" value="<?php
echo l('btn_login', 'start', '', 'button', array());
?>
" name="logbtn">
</div>
</form>
<?php
echo tpl_function_helper(array('func_name' => 'show_social_networking_login', 'module' => 'users_connections'), $this);
?>
</div>
<div class="clr"></div>
</div>
示例13: tpl_function_block
<div><?php
echo tpl_function_block(array('name' => 'user_payments_history', 'module' => 'payments', 'id_user' => $this->_vars['user_id'], 'page' => $this->_vars['page'], 'base_url' => $this->_vars['base_url']), $this);
?>
</div>
<?php
} elseif ($this->_vars['action'] == 'banners') {
?>
<div><?php
echo tpl_function_block(array('name' => 'my_banners', 'module' => 'banners', 'page' => $this->_vars['page'], 'base_url' => $this->_vars['base_url']), $this);
?>
</div>
<?php
} elseif ($this->_vars['action'] == 'send_money') {
?>
<?php
echo tpl_function_helper(array('func_name' => 'send_money_block', 'module' => 'send_money'), $this);
?>
<?php
}
?>
</div>
<div class="clr"></div>
<?php
echo '
<script>
$(\'.expander\').bind(\'click\', function(){
var target = $(this).parents(\'.expandable\').find(\'.toggle\');
var icon = $(this).find(\'.icon\');
if (target.is(\':hidden\')){
icon.removeClass(\'down\');
icon.addClass(\'up\');
示例14: l
<div class="b"><input type="submit" class='btn' value="<?php
echo l('btn_save', 'start', '', 'button', array());
?>
" name="btn_password_save"></div>
</div>
</form>
<?php
}
?>
<?php
echo tpl_function_helper(array('func_name' => 'show_social_networking_link', 'module' => 'users_connections'), $this);
?>
</div>
<div class="ptb10 hide">
<?php
echo tpl_function_helper(array('func_name' => 'get_user_subscriptions_form', 'module' => 'subscriptions', 'func_param' => 'account'), $this);
?>
</div>
<div class="ptb10 line top">
<span class="a" onclick="ability_delete_available_view.check_available();"><?php
echo l('delete_account', 'users', '', 'text', array());
?>
</span>
</div>
</div>
<div class="clr"></div>
<?php
$this->_block_content = ob_get_contents();
ob_end_clean();
$this->_block_content = tpl_block_strip($this->_tag_stack[count($this->_tag_stack) - 1][1], $this->_block_content, $this);
echo $this->_block_content;
示例15: array
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.counter.php';
$this->register_function("counter", "tpl_function_counter");
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\compiler.l.php';
$this->register_compiler("l", "tpl_compiler_l");
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.helper.php';
$this->register_function("helper", "tpl_function_helper");
/* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2015-08-31 00:21:14 Pacific Daylight Time */
?>
<?php
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "header.tpl", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
echo tpl_function_helper(array('func_name' => 'get_admin_level1_menu', 'helper_name' => 'menu', 'func_param' => 'admin_social_networking_menu'), $this);
if ($this->_vars['allow_add']) {
?>
<div class="actions">
<ul>
<li><div class="l"><a href="<?php
echo $this->_vars['site_url'];
?>
admin/social_networking/service_edit"><?php
echo l('link_add_service', 'social_networking', '', 'text', array());
?>
</a></div></li>
</ul>
</div>
<?php