ExpressionEngine 2 Snippets
Path.php variables from ExpressionEngine 1 were replaced with Snippets in ExpressionEngine 2. If you’re wondering what’s so special about these variables, it’s that they can hold dynamic content (ExpressionEngine tags, other variables, PHP) because they are parsed before your template code is executed. One thing to note, however, is that we cannot pass variables to [...]
