This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Drop Down Menu


avatar
Legion 19
From: -
Drop Down Menu

Is there a way to highlight which page the user is on in the drop down menu?
Dropdown

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Drop Down Menu
avatar
OP 19
From: -
Perfect thank you!

Your like a coding god Winking Face
1 Re: Drop Down Menu
avatar
Editor
0
From: -
Yes, you could add something like this PHP part to the articles_pages_toc template:

if ($insert[ 'articlepage_page' ] == $insert['articlepage_toc_page']) $insert['articlepage_toc_title'] = "> " . $insert['articlepage_toc_title'] . " <";

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.