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.
//RS_CustomCatStyles стили в категориях
$rs_category_url = $this->request->get('category', 'string');
if(file_exists('design/'.$this->settings->theme.'/css/custom/'.$rs_category_url.'.css'))
$this->design->assign('rs_category_url', $rs_category_url);
{if $rs_category_url}<link href="design/{$settings->theme|escape}/css/custom/{$rs_category_url}.css" rel="stylesheet" type="text/css" media="screen"/>{/if}
{if $category->id ==1|| $category->id ==3}<link href="design/{$settings->theme|escape}/css/1.css" rel="stylesheet" type="text/css" media="screen"/>{else}<link href="design/{$settings->theme|escape}/css/2.css" rel="stylesheet" type="text/css" media="screen"/>{/if}