Jump to content
  • 0

Проблемма с Joomla 2.5 (картинки)


Noraad
 Share

Question

Здравствуйте, подскажите в чем может быть проблемма. Собственно сверстал простенький макет сайта, с CSS стилями. Использовал некоторые картинки (логотипы, фон и т.д.). Собственно при запуске html файла в браузере все работает на ура.

Далее решил создать шаблон для Jooml'ы..Переделал все как нужно. Собственно все работает, но почему-то не отображаются картинки. Тоесть сайт получается голый. Css работает, все как нужно, но ни фона, ни лого нету. Может это распространенная проблемма?

Ниже код index.php

<?php

defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );

$app = JFactory::getApplication();

?>

<?php echo '<?'; ?>xml version="1.0" encoding="<?php echo $this->_charset ?>"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

<head>

<jdoc:include type="head" />

<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/system.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/system/css/general.css" type="text/css" />

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/style.css" type="text/css" />

</head>

<body>

<div id="all">

<div id="nav">

<ul >

<li><a href="#">Главная</a></li>

<li><a href="#">Статьи</a></li>

<li><a href="#">Тесты</a></li>

<li><a href="#">О методике</a></li>

<li><a href="#">Филиалы</a></li>

<li><a href="#">Отзывы</a></li>

<li><a href="#">Отправить ссылку на участие</a></li>

</ul>

</div>

<div id="log">

<div id="text1">психологическая коррекция</div>

<div id="text2">избыточного веса</div>

</div> <!--Лого-->

<div id="decor_line">

<div id="orange_l"></div>

<div id="green_l"></div>

</div> <!--Линия оранж_зелен-->

<div id="content">

<div id="right"> </div>

<div id="center"> </div>

<div class="clear"></div>

</div>

</div> <!--Конец All-->

</div>

</div>

<footer id="f1">

Noraad. Все права защищены.

</footer>

</body>

</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

css-стили на находятся в папке css, следовательно, что бы увидеть картинки, нам нужен такой путь: возвращаемся назад ../ (в папку system), дальше из этой папки переходим в image и находим там нужную картинку (kartinka.jpg), то есть — ../image/kartinka.jpg

А при такой записи /image/kartinka.jpg получается что мы находим в корне сайта папку image и оттуда берем картинку (kartinka.jpg)

Вот почитайте http://htmlbook.ru/samhtml/ssylki/absolyutnye-i-otnositelnye-ssylki

Edited by mrnobody
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy