本文整理汇总了PHP中display_param_link函数的典型用法代码示例。如果您正苦于以下问题:PHP display_param_link函数的具体用法?PHP display_param_link怎么用?PHP display_param_link使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了display_param_link函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: T_
<?php
// Display a link to contact the owner of this blog (if owner accepts messages):
$Blog->contact_link(array('before' => '', 'after' => '', 'text' => T_('Contact'), 'title' => T_('Send a message to the owner of this blog...')));
// Display a link to help page:
$Blog->help_link(array('before' => ' • ', 'after' => ' ', 'text' => T_('Help')));
?>
<?php
// Display additional credits:
// If you can add your own credits without removing the defaults, you'll be very cool :))
// Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
credits(array('list_start' => '•', 'list_end' => ' ', 'separator' => '•', 'item_start' => ' ', 'item_end' => ' '));
?>
<br/><?php
display_param_link($skin_links);
?>
<a href="http://blog.thedarksighed.com/projectblog/" title="Custom b2evolution template designs">design by Andrew Hreschak</a>
</p>
</div><!-- END pagefoot -->
</div><!-- END wrap -->
<?php
// ------------------------- HTML FOOTER INCLUDED HERE --------------------------
skin_include('_html_footer.inc.php');
// Note: You can customize the default HTML footer by copying the
示例2: T_
$Blog->footer_text(array('before' => '', 'after' => ' • '));
?>
<?php
// Display a link to contact the owner of this blog (if owner accepts messages):
$Blog->contact_link(array('before' => '', 'after' => ' • ', 'text' => T_('Contact'), 'title' => T_('Send a message to the owner of this blog...')));
?>
<?php
display_param_link($skin_links);
?>
design by <?php
display_param_link($francois_links);
?>
/ <?php
display_param_link($skinfaktory_links);
?>
/ <a href="http://www.blog.hemminga.net/">Afwas</a> / <a href="http://www.tilqi.com">tilqicom</a>
<?php
// Display additional credits:
// If you can add your own credits without removing the defaults, you'll be very cool :))
// Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
credits(array('list_start' => ' • ' . T_('Credits') . ': ', 'list_end' => ' ', 'separator' => '|', 'item_start' => ' ', 'item_end' => ' '));
?>
</p>
</div>
</div>
<?php
// ------------------------- HTML FOOTER INCLUDED HERE --------------------------
示例3: display_skin_credits
/**
* Credits to Dating Mood skin
*/
function display_skin_credits()
{
$skin_links = array('' => array('http://www.datingmood.com/', array(array(50, 'dating skin'), array(80, 'Dating Mood'), array(100, 'dating'))));
display_param_link($skin_links);
}
示例4: T_
<!-- end #wrapper2 -->
<div id="footer">
<p><?php
// Display footer text (text can be edited in Blog Settings):
$Blog->footer_text(array('before' => '', 'after' => ' | '));
?>
<?php
// Display a link to contact the owner of this blog (if owner accepts messages):
$Blog->contact_link(array('before' => '', 'after' => ' | ', 'text' => T_('Contact'), 'title' => T_('Send a message to the owner of this blog...')));
// Display a link to help page:
$Blog->help_link(array('before' => ' ', 'after' => ' | ', 'text' => T_('Help')));
?>
<?php
display_param_link(array('' => array('http://themefolio.com/', array(array(70, 'Pluralism skin'), array(84, 'Themefolio skin'), array(88, 'b2evolution skin'), array(91, 'blog skin'), array(96, 'blog theme'), array(100, 'blog template')))));
?>
designed by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a>
<?php
// Display additional credits:
// If you can add your own credits without removing the defaults, you'll be very cool :))
// Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net
credits(array('list_start' => ' | ', 'list_end' => ' ', 'separator' => '|', 'item_start' => ' ', 'item_end' => ' '));
?>
</p>
</div>
</div>
</div>
<!-- end #wrapper -->
<hr />