我不知道爲什麼,但我試圖讓這個joomla模板和徽標圖片不起作用,如果您可以在下面的第一個代碼中看到這是來自網站中元素檢查員的代碼)在徽標圖像的鏈接中存在一些奇怪的現象,並且在下面的第二個代碼(index.php中的代碼)中有「?php echo $ ...」我真的不知道什麼是錯,請幫助我,這讓我發瘋。
第一代碼 (這是從元件檢查員在網站上的代碼)
<div class="logo">
<img src="/joomla/ /joomla" alt="Logotipo">
<h1>Localhost</h1>
<p>Lorem ipsum dolor sit amet.</p>
</div>
第二代碼 (在index.php的代碼)
<div class="logo">
<img src" <?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/img/logo.png" alt="Logotipo">
<h1>Localhost</h1>
<p>Lorem ipsum dolor sit amet.</p>
</div>
嘗試'
我做到了,仍然無法正常工作 –
請在下一行前添加'var_dump($ this-> baseurl,$ this-> template;):'這個div並把它打印在你的問題 – Elin