mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Merge branch 'refs/heads/develop' into dev-sekretaerbaer.de
This commit is contained in:
commit
5c141ee93a
2 changed files with 3 additions and 3 deletions
|
@ -201,8 +201,8 @@ class Page implements ArrayAccess
|
|||
$this->page['title'] = $l10n->t(ucfirst($args->getModuleName()));
|
||||
}
|
||||
|
||||
// Prepend the sitename to the page title
|
||||
$this->page['title'] = $config->get('config', 'sitename', '') . (!empty($this->page['title']) ? ' | ' . $this->page['title'] : '');
|
||||
// Append the sitename to the page title
|
||||
$this->page['title'] = (!empty($this->page['title']) ? $this->page['title'] . ' | ' : '') . $config->get('config', 'sitename', '');
|
||||
|
||||
if (!empty(Renderer::$theme['stylesheet'])) {
|
||||
$stylesheet = Renderer::$theme['stylesheet'];
|
||||
|
|
|
@ -2460,7 +2460,7 @@ input[type="range"].form-control {
|
|||
|
||||
.form-group-search .form-button-search {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
top: 2px;
|
||||
right: 4px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue