]> git.mxchange.org Git - friendica.git/blobdiff - mod/friendika.php
autocomplete contacts nickname while writting in a comment box.
[friendica.git] / mod / friendika.php
index 753a9f478fabcf220b916f58dc6b91decc29ab34..b12110bd5402a267da7d5ebc2eef1aca20314ced 100644 (file)
@@ -16,11 +16,12 @@ function friendika_init(&$a) {
 
                $data = Array(
                        'version' => FRIENDIKA_VERSION,
-                       'url' => $a->get_baseurl(),
+                       'url' => z_root(),
                        'plugins' => $a->plugins,
                        'register_policy' =>  $register_policy[$a->config['register_policy']],
                        'admin' => $admin,
                        'site_name' => $a->config['sitename'],
+                       'platform' => FRIENDIKA_PLATFORM,
                        'info' => ((x($a->config,'info')) ? $a->config['info'] : '')                    
                );
 
@@ -40,9 +41,7 @@ function friendika_content(&$a) {
        $o .= '<p></p><p>';
 
        $o .= t('This is Friendika version') . ' ' . FRIENDIKA_VERSION . ' ';
-       $o .= t('running at web location') . ' ' . $a->get_baseurl() . '</p><p>';
-
-       $o .= t('Shared content within the Friendika network is provided under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>') . '</p><p>';
+       $o .= t('running at web location') . ' ' . z_root() . '</p><p>';
 
        $o .= t('Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendika project.') . '</p><p>';