You are here

function simplecrop_include in SimpleCrop 7

Load file from /includes folder.

1 call to simplecrop_include()
simplecrop.module in ./simplecrop.module
Contains main hook definitions for SimpleCrop module.

File

./simplecrop.module, line 207
Contains main hook definitions for SimpleCrop module.

Code

function simplecrop_include($file) {
  module_load_include('inc', 'simplecrop', 'includes/simplecrop.' . $file);
}