# HG changeset patch # User Matti Hamalainen # Date 1504215804 -10800 # Node ID 35de3e4e1677befbaddb1c2a5c2fa76c920baae7 # Parent 3ee66c43208163e98cf68d245951fa6e4e900319 "css_select" configuration option was never actually implemented, so squash it. diff -r 3ee66c432081 -r 35de3e4e1677 example.cfg --- a/example.cfg Fri Sep 01 00:42:51 2017 +0300 +++ b/example.cfg Fri Sep 01 00:43:24 2017 +0300 @@ -11,7 +11,6 @@ ;;; ;;; CSS / layout style ;;; -css_select = yes css = "/mgallery/basic.css" album_icon = "/mgallery/album_sm.png" ;page_urchin = "urchin.inc.php" diff -r 3ee66c432081 -r 35de3e4e1677 mgallery.php --- a/mgallery.php Fri Sep 01 00:42:51 2017 +0300 +++ b/mgallery.php Fri Sep 01 00:43:24 2017 +0300 @@ -479,7 +479,6 @@ mgReadSettings(); $pageCSS = mgGetSetting("css"); -$pageCSSSelect = mgGetSetting("css_select"); $pageUrchin = mgGetSetting("urchin_file"); $galBasePath = mgGetSetting("base_path"); $galBaseURL = mgGetSetting("base_url");