From 5fd1c4b0d4e22af98fb975e5c527996692a16c3c Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 6 Jan 2018 16:55:53 +0000 Subject: [PATCH] etc/dbq/pub.php --- etc/dbq/pub.php | 7 +++++++ lib/php/maps.php | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 etc/dbq/pub.php create mode 100644 lib/php/maps.php diff --git a/etc/dbq/pub.php b/etc/dbq/pub.php new file mode 100644 index 00000000..c4009ec8 --- /dev/null +++ b/etc/dbq/pub.php @@ -0,0 +1,7 @@ + [ + ], +]; +?> diff --git a/lib/php/maps.php b/lib/php/maps.php new file mode 100644 index 00000000..c555104a --- /dev/null +++ b/lib/php/maps.php @@ -0,0 +1,22 @@ +' + ; + } + + public static function link($lt,$lg,$content=null) { + if (!isset($content)) $content = self::img($lt,$lg); + return ''.$content.''; + } + +} +?> -- 2.47.3