[GUIDE] dark/light mode detection and toggle

Mixed forum with phpBB code snippets
Guides and styles

[GUIDE] dark/light mode detection and toggle

Post by cisco007 »

ooh. we might need to come up with one i guess. 10-4. got it

[GUIDE] dark/light mode detection and toggle

Post by Stoker »

cisco007 wrote: Yesterday, 16:22 the event can be in the breadcrumbs overall_header_breadcrumbs_after.html something like:

Code: Select all

		{% if not S_IS_BOT %}
		<li class="rightside" data-skip-responsive="true">
			<button id="toggle-theme" class="theme-toggle">
				<span class="theme-icon"></span>
			</button>
		</li>	
		{% endif %}
{% endif %}
or what other event you taking about?
You can use this event for that one: navbar_header_user_profile_prepend