Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里调用本栏目的热门文章</div>';
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里是调用的最热门的文章列表</div>';
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里是调用的最新文章列表</div>';
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里是调用的最新文章列表,自动刷新100条数据</div>';
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里调用的文章列表数据</div>';
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
echo '<div class="ep-dev-hint">这里是调用用户中心入口的地方,位于模板文件header.html里面</div>';
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
return [
|
||||
'首页' => 'index.php',
|
||||
'单网页' => 'index.php?s=tpl&m=page',
|
||||
'栏目列表页' => 'index.php?s=tpl&m=category',
|
||||
'内容详情页' => 'index.php?s=tpl&m=show',
|
||||
'搜索列表页' => 'index.php?s=tpl&m=search',
|
||||
];
|
||||
Reference in New Issue
Block a user