Puan
18
Çözümler
1
- Katılım
- 18 Ocak 2025
- Konular
- 195
- Mesajlar
- 207
- Çözümler
- 1
- Tepkime puanı
- 1
- Puan
- 18
- Konum
- Türkiye
- Web sitesi
- sitigo.net
Xenforo Temanızda bulunan <div class="p-footer-copyright"> bu dizini aratarak aşağıdaki kod blogunu komple kaldırırsanız XenForo teklif yazısı kalkar
XML:
<div class="p-footer-inner">
<div class="p-footer-row">
<div class="p-footer-row-main">
<div class="p-footer-copyright">
<a href="{$xf.homePageUrl}">{$xf.options.boardTitle}</a>
</div>
</div>
<div class="p-footer-row-opposite">
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
<xf:if contentcheck="true">
<div class="p-footer-debug">
<xf:contentcheck>
<xf:macro template="debug_macros" name="debug"
arg-controller="{$controller}"
arg-action="{$actionMethod}"
arg-template="{$template}" />
</xf:contentcheck>
</div>
</xf:if>
</div>
</div>
</div>
