Forums
New posts
Home
What's new
New posts
New media
New media comments
Latest activity
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
Main
General Discussion
Forum meme/banner general
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SowiesoGroyp" data-source="post: 11728" data-attributes="member: 6"><p>ok i think this is what it actually looks like <img src="/forum/data/assets/smilies/1777233375.png" class="smilie" loading="lazy" alt=":eggbird:" title="eggbird :eggbird:" data-shortname=":eggbird:" /></p><p>[code]</p><p> <div class="p-header-logo p-header-logo--image"></p><p> <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"></p><p> <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}"</p><p> width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" /></p><p> </a></p><p> </div>[/code]</p><p>and</p><p>[code]</p><p> <div class="p-nav-smallLogo"></p><p> <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"></p><p> <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}"</p><p> width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" /></p><p> </a></p><p> </div>[/code]</p><p></p><p>but there might be other shit affecting it. these parts are from page_container which has 800 lines</p></blockquote><p></p>
[QUOTE="SowiesoGroyp, post: 11728, member: 6"] ok i think this is what it actually looks like :eggbird: [code] <div class="p-header-logo p-header-logo--image"> <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"> <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}" width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" /> </a> </div>[/code] and [code] <div class="p-nav-smallLogo"> <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}"> <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}" width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" /> </a> </div>[/code] but there might be other shit affecting it. these parts are from page_container which has 800 lines [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
Main
General Discussion
Forum meme/banner general
Top