almost finish CSS change. re #25

This commit is contained in:
Sébastien Lucas 2013-05-29 21:30:37 +02:00
parent f5ff23cf9d
commit faaf4ca43c
5 changed files with 100 additions and 4 deletions

View file

@ -107,7 +107,7 @@ class Book extends Base {
$urlParam = $this->getUri ();
if (!is_null (GetUrlParam (DB))) $urlParam = addURLParameter ($urlParam, DB, GetUrlParam (DB));
$urlParam = str_replace ("&", "&", $urlParam);
if ($permalink || $config['cops_use_fancyapps'] == 0) {
if ($permalink || getCurrentOption ('use_fancyapps') == 0) {
return 'index.php' . $urlParam;
} else {
return 'bookdetail.php' . $urlParam;