<?php
/*
演示:bbs.ntxz.cc
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$navtitle = lang('plugin/mary', 'title');
include_once libfile('function/feed');
$randfeed=mt_rand(1,3);
$icon = 'mary';
$title_template = array(
1=>'{actor} '.lang('plugin/mary', 'feed1'),
2=>'{actor} '.lang('plugin/mary', 'feed2'),
3=>'{actor} '.lang('plugin/mary', 'feed3')
);
feed_add($icon, $title_template[$randfeed]);
include template('mary:index');
?>
评论0
最新资源