貌似我也有个sablog
地址应该是:www.andysky.net
修改sablog-x 1.6的默认模板,
在首页文章列表处添加指定个数的google广告,并显示在列表的指定楼层。
在文件templatesdefaultnormal.php中,查找
程序代码
if ($tatol) {
foreach($articledb as $key => $article){
在它上面加入
程序代码
1. $index = 1
查找
程序代码
$article[content]
貌似我也有个sablog
地址应该是:www.andysky.net
修改sablog-x 1.6的默认模板,
在首页文章列表处添加指定个数的google广告,并显示在列表的指定楼层。
在文件templatesdefaultnormal.php中,查找
程序代码
if ($tatol) {
foreach($articledb as $key => $article){
在它上面加入
程序代码
1. $index = 1
查找
程序代码