Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Как отключить остальные вкладки в опекарте в админке - чтобы их не было видно?
<div id="container" class="only-for-<?php echo $userus; ?>">
$data['userus'] = $this->user->getUserName();
<div id="container" class="only-for-admin2015">
.boxhide, .boxhide-1 {
display: none !important;
}
.only-for-admin2015 .boxhide, .only-for-admin2015 .boxhide-1 {
display: block !important;
background: rgba(255, 145, 0, 0.39) none repeat scroll 0% 0%;
}