]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
Add Theme::getBackgroundColor and Theme::getThemeColor methods
[friendica.git] / view / theme / vier / theme.php
index e5d5e1ce971a48a2239298f876c9bb183b3b8e04..fcbb148dc7a3518c5eacf3ac194b143e1e089a85 100644 (file)
@@ -364,3 +364,25 @@ function vier_community_info()
        $tpl = Renderer::getMarkupTemplate('communityhome.tpl');
        DI::page()['right_aside'] = Renderer::replaceMacros($tpl, $aside);
 }
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getBackgroundColor()
+ * @TODO Implement this function
+ */
+function vier_get_background_color(int $uid = null)
+{
+       return null;
+}
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getThemeColor()
+ * @TODO Implement this function
+ */
+function vier_get_theme_color(int $uid = null)
+{
+       return null;
+}