From 573e13afd00a36a8a331d69823045938a2215c71 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:41:54 +0200 Subject: Adding upstream version 0.0.1+20160321. Signed-off-by: Daniel Baumann --- library/BoxyDash/Grid.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 library/BoxyDash/Grid.php (limited to 'library') diff --git a/library/BoxyDash/Grid.php b/library/BoxyDash/Grid.php new file mode 100644 index 0000000..cec3940 --- /dev/null +++ b/library/BoxyDash/Grid.php @@ -0,0 +1,27 @@ +getSection('boxydash'); + $this->baseUrl = rtrim($cfg->get('base_url', $this->baseUrl), '/'); + } + + -- cgit v1.2.3