Add a checkbox to don't show the paste on the main page
This commit is contained in:
parent
ca8b5a0c3e
commit
8bb7bbb519
4 changed files with 21 additions and 16 deletions
|
|
@ -37,10 +37,10 @@ if ($dh = opendir(DESTINATION))
|
|||
if ($i > 23)
|
||||
{
|
||||
$GT = $GA = $GL = "";
|
||||
if (!empty($srch_title)) $GR = "&title=".$srch;
|
||||
if (!empty($srch_author)) $GR = "&author=".$srch;
|
||||
if (!empty($srch_lang)) $GR = "&lang=".$srch;
|
||||
print '<li><a href="./?s='.(intval($_GET["s"])+23).$GR.'#list">Plus anciens ...</a></li>';
|
||||
if (!empty($srch_title)) $GT = "&title=".$srch;
|
||||
if (!empty($srch_author)) $GA = "&author=".$srch;
|
||||
if (!empty($srch_lang)) $GL = "&lang=".$srch;
|
||||
print '<li><a href="./?s='.(intval($_GET["s"])+23).$GT.$GA.$GL.'#list">Plus anciens ...</a></li>';
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue