wwwdsd:检测插件状态

模板开发以及发布测试

版主: seita

回复
头像
ClayMore
帖子: 2481
注册时间: 2007年 11月 29日 02:55
来自: Sleeping Forest
联系:

wwwdsd:检测插件状态

帖子 ClayMore »

代码: 全选

<?php $this->widget('Widget_Plugins_List_Activated')->to($activatedPlugins); ?>
<?php while ($activatedPlugins->next()): ?>
<?php if('RandomArticleList'==$activatedPlugins->title):?>
<div class="widget">
<h3><?php _e('随机文章'); ?></h3>
<ul>
<?php RandomArticleList::parse();break; ?>
</ul>
</div>
<?php endif; ?>
<?php endwhile; ?>
palese
帖子: 149
注册时间: 2009年 9月 9日 18:28
联系:

Re: wwwdsd:检测插件状态

帖子 palese »

试没有,成功了吗?
回复