]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/theme.php
Fix new private message recipient input
[friendica.git] / view / theme / duepuntozero / theme.php
index 33ad00baffb8c6166e164f2e7895aa6c05a0242c..10427df6f002a5dbcf0413c12edab3bc0c3ed783 100644 (file)
@@ -98,3 +98,25 @@ $(document).ready(function() {
 </script>
 EOT;
 }
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getBackgroundColor()
+ * @TODO Implement this function
+ */
+function duepuntozero_get_background_color(int $uid = null)
+{
+       return null;
+}
+
+/**
+ * @param int|null $uid
+ * @return null
+ * @see \Friendica\Core\Theme::getThemeColor()
+ * @TODO Implement this function
+ */
+function duepuntozero_get_theme_color(int $uid = null)
+{
+       return null;
+}