]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/theme.php
Merge pull request #10472 from annando/proxy
[friendica.git] / view / theme / smoothly / theme.php
index e6f40749f9c8ad8bc0e796dce95dc28c2e1dd829..e20e9003f9c6ab9504f380015e7540bf000e4526 100644 (file)
@@ -93,3 +93,25 @@ if (! function_exists('_js_in_foot')) {
                return DI::page()['bottom'] = Renderer::replaceMacros($tpl, $bottom);
        }
 }
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getBackgroundColor()
+ * @TODO Implement this function
+ */
+function smoothly_get_background_color(int $uid = null)
+{
+       return null;
+}
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getThemeColor()
+ * @TODO Implement this function
+ */
+function smoothly_get_theme_color(int $uid = null)
+{
+       return null;
+}