You are here

function _ocupload_get_path in One Click Upload 7

Same name and namespace in other branches
  1. 7.2 ocupload.module \_ocupload_get_path()

Return module path.

3 calls to _ocupload_get_path()
ocupload_ckeditor_plugin in ./ocupload.module
Implements hook_ckeditor_plugin().
ocupload_preprocess_html in ./ocupload.module
Implements hook_preprocess_html().
ocupload_wysiwyg_plugin in ./ocupload.module
Implements hook_wysiwyg_plugin().

File

./ocupload.module, line 254
Hooks and general functions

Code

function _ocupload_get_path() {
  return drupal_get_path('module', 'ocupload');
}