split front_page into front_page and main_page

git-svn-id: file:///home/shish/svn/shimmie2/trunk@391 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2007-07-28 19:33:16 +00:00
parent 619d18c8f3
commit d6f5b3fb79
3 changed files with 15 additions and 13 deletions

View File

@ -95,7 +95,7 @@ function tag_explode($tags) {
function make_link($page=null, $query=null) {
global $config;
if(is_null($page)) $page = $config->get_string('front_page', 'post/list');
if(is_null($page)) $page = $config->get_string('main_page', 'post/list');
$base = $config->get_string('base_href', './index.php?q=');