Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 523 Bytes

README.textile

File metadata and controls

17 lines (9 loc) · 523 Bytes

Config Variables Plugin

I wanted to have access to things like the base_path on my server without having to use PHP. So this plugin gives access to anything that is in the $config array.

Requirements & Installation

Config Variables is built to run on EE 2.0. To install:

  • Copy the config folder into your /system/expressionengine/third_party/ directory.

Usage

{exp:config:vars value="base_path"}

To see all of the possible values, just pass in “all”

{exp:config:vars value="all"}