Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 750 Bytes

README.textile

File metadata and controls

23 lines (12 loc) · 750 Bytes

Current (ExpressionEngine 2 Extension)

Current is small extension for ExpressionEngine 2 that grabs some useful information about the current page and adds them as global variables.

Installation

Drop the ‘current’ folder inside of your third_party directory. Activate the extension through the Add-Ons → Extensions menu.

Usage

Current creates some global variables you can use to look cool.

{current_url}

The current URL of the page. Ex: http://www.example.com/shoes.

{total_url_segments}

The total number of URL segments. Ex: For http://www.example.com/bread/rye, it would be ‘2’.

{last_url_segment}

Returns the last URL segment. Ex: For For http://www.example.com/sounds/windchimes, it would return ‘windchimes’.