icon update

This commit is contained in:
zotlabs 2019-11-14 19:15:52 -08:00
parent 290067b3ca
commit ab6f341310
5 changed files with 6 additions and 3 deletions

View file

@ -31,7 +31,7 @@ class System {
if(is_array(App::$config) && is_array(App::$config['system']) && array_key_exists('icon',App::$config['system'])) {
return App::$config['system']['icon'];
}
return z_root() . '/images/z2-64.png';
return z_root() . '/images/z0-64.png';
}

View file

@ -48,6 +48,7 @@ class Siteinfo extends Controller {
'$prj_srctxt' => t('Developer homepage'),
'$prj_link' => System::get_project_link(),
'$prj_src' => System::get_project_srclink(),
'$prj_icon' => System::get_project_icon(),
]
);

BIN
images/z0-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -16,8 +16,8 @@ html {
}
.project-banner img {
height: 1.8rem;
width: 1.8rem;
height: 32px;
width: 32px;
}
.project-banner a {

View file

@ -1,6 +1,8 @@
<div class="generic-content-wrapper-styled">
<h2>{{$title}}</h2>
<img src="{{$prj_icon}}" alt="project icon" />
<h3>{{$sitenametxt}}</h3>
<div><a href="{{$url}}">{{$sitename}}</a></div>