]> git.mxchange.org Git - friendica.git/blobdiff - include/plugin.php
diabook-themes: move "common tabs" to left side on settings page
[friendica.git] / include / plugin.php
index df33fd3f201975e0f63c3ebd2e331fb7e7636b2d..e37ae84357e2bba73d9a702ba3bb2fb6993d1fe9 100755 (executable)
@@ -249,6 +249,7 @@ function get_theme_info($theme){
                                list($k,$v) = array_map("trim", explode(":",$l,2));
                                $k= strtolower($k);
                                if ($k=="author"){
+
                                        $r=preg_match("|([^<]+)<([^>]+)>|", $v, $m);
                                        if ($r) {
                                                $info['author'][] = array('name'=>$m[1], 'link'=>$m[2]);