Answer the question
In order to leave comments, you need to log in
Why are Joomla 2.5 CMS styles not being applied?
Hello! For some reason, we urgently need to "pull" the layout on the joomla 2.5 engine, armed with documentation ... got to work. In general, everything is clear and it seems that there should be nothing complicated. But then I ran into a problem - styles are not applied, I connected it like this -
<link rel="styleshet" href="<?php echo $this->baseurl ?>/templates/digma<?php $this->template; ?>/css/template.css" type="text/css">
<?php
defined('_JEXEC') or die;
?>
<!DOCTYPE html>
<html>
<head>
<jdoc:include type="head" />
<link rel="styleshet" href="<?php echo $this->baseurl ?>/templates/digma<?php $this->template; ?>/css/template.css" type="text/css">
</head>
<body>
<div class="test">
<p>testtesttest</p>
</div>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question