Handle links better. re #73
This commit is contained in:
parent
948c1cb3fa
commit
fb51523b33
5 changed files with 63 additions and 62 deletions
|
@ -88,10 +88,8 @@
|
|||
if ($currentPage->containsBook ()) {
|
||||
$out ["containsBook"] = 1;
|
||||
}
|
||||
$out["abouturl"] = "about.html";
|
||||
if (getCurrentOption ('use_fancyapps') == 0) {
|
||||
$out["abouturl"] = "index.php" . addURLParameter ("?page=16", DB, $database);
|
||||
}
|
||||
|
||||
$out["abouturl"] = "index.php" . addURLParameter ("?page=16", DB, $database);
|
||||
|
||||
if ($page == Base::PAGE_ABOUT) {
|
||||
$out ["fullhtml"] = file_get_contents('about.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue