Hello!
I have a tiny problem, which I can´t get my head around. After I log in, there is the word "owncloud" in the header, right after the logo-icon. Maybe someone can tell me, how to edit that word?
Hello!
I have a tiny problem, which I can´t get my head around. After I log in, there is the word "owncloud" in the header, right after the logo-icon. Maybe someone can tell me, how to edit that word?
I found it.
Its in the core/templates directory in the file "layout.user.php". I copied and edited the file for my own Theme.
Just in case someone else is looking for this, I just needed to edit the defaults.php
, in my theme directory:
public function getName() {
return '';
}