-
-
Notifications
You must be signed in to change notification settings - Fork 10
Theme Credits
mithra62 edited this page Mar 17, 2013
·
1 revision
Theme designers have the option of including a special config.php file with their theme to include details about their theme. For example, you can include copy to credit icon designers (to comply with licensing) or whatever you want.
To start, just create a file called config.php in your main theme directory. For example, in the Hot Dog Stand theme the file is located at /themes/third_party/ee_debug_toolbar/themes/hot_dog_stand/config.php.
Inside the config file just include an array like the below and modify as desired:
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
$theme_credits = array(
'credit_blurb' => 'Here is my credit!',
);