Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Clumsily like this:
<?
if (CSite::InDir('/catalog/aksessuary/')){
?><style>.html{width:90%;}</style><?
}
?>
You can use this solution, write in the template code:
<?php
if($_SERVER['REQUEST_URI'] == '/catalog/aksessuary/'){
$content = "<style>ТУТ ВСЕ ВАШИ СТИЛИ</style>";
echo $content;
?>
Or so
<?
if (CSite::InDir('/catalog/aksessuary/')){
?><link rel="stylesheet" type="text/css" href="<?=SITE_TEMPLATE_PATH?>/css/aksessuary.css" /><?
}
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question