From e7bdf04e3e58aa2c1821918b72753f274d3684fb Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 5 Nov 2018 13:41:27 +0100 Subject: render function only body --- w/class/config.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'w/class/config.php') diff --git a/w/class/config.php b/w/class/config.php index 3dd93b2..ead4a40 100644 --- a/w/class/config.php +++ b/w/class/config.php @@ -16,6 +16,7 @@ abstract class Config protected static $read; protected static $color4; protected static $fontsize = 6; + protected static $renderpath = './render/'; // _______________________________________ F U N _______________________________________ @@ -124,6 +125,11 @@ abstract class Config return self::$fontsize; } + public static function renderpath() + { + return self::$renderpath; + } + // __________________________________________ S E T ______________________________________ -- cgit v1.2.3