Skip to content

Instantly share code, notes, and snippets.

@amacneil
Created March 22, 2012 01:02
Show Gist options
  • Save amacneil/2154898 to your computer and use it in GitHub Desktop.
Save amacneil/2154898 to your computer and use it in GitHub Desktop.
Supporting URL_THIRD_THEMES in ExpressionEngine < 2.4 add-ons
<?php
// backwards compabitility for EE < 2.4
defined('URL_THIRD_THEMES') OR define('URL_THIRD_THEMES', $this->EE->config->item('theme_folder_url').'third_party/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment