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:
@ -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=');
|
||||
|
||||
|
Reference in New Issue
Block a user