Move from Xhtml to Html. re #73

This commit is contained in:
Sébastien Lucas 2013-06-25 08:40:08 +02:00
parent e833172e99
commit d3ce31c6be
5 changed files with 8 additions and 9 deletions

View file

@ -75,9 +75,9 @@
"sortorderAsc" => localize("search.sortorder.asc"),
"sortorderDesc" => localize("search.sortorder.desc")),
"url" => array (
"detailUrl" => "index.php?page=13&id={0}&db={1}",
"coverUrl" => "fetch.php?id={0}&db={1}",
"thumbnailUrl" => "fetch.php?height=70&id={0}&db={1}"),
"detailUrl" => "index.php?page=13&id={0}&db={1}",
"coverUrl" => "fetch.php?id={0}&db={1}",
"thumbnailUrl" => "fetch.php?height=70&id={0}&db={1}"),
"config" => array (
"use_fancyapps" => $config ["cops_use_fancyapps"],
"max_item_per_page" => $config['cops_max_item_per_page']));
@ -89,7 +89,7 @@
}
$out["abouturl"] = "about.xml";
if (getCurrentOption ('use_fancyapps') == 0) {
$out["abouturl"] = "index.php" . str_replace ("&", "&", addURLParameter ("?page=16", DB, $database));
$out["abouturl"] = "index.php" . addURLParameter ("?page=16", DB, $database);
}
$out ["homeurl"] = "index.php";