changeset 128:35de3e4e1677

"css_select" configuration option was never actually implemented, so squash it.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Sep 2017 00:43:24 +0300
parents 3ee66c432081
children bad658e1e7ed
files example.cfg mgallery.php
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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");