You are here

function bb2_relative_path in Bad Behavior 6

Same name and namespace in other branches
  1. 5.2 badbehavior.module \bb2_relative_path()
  2. 6.2 badbehavior.module \bb2_relative_path()
  3. 7.2 badbehavior.module \bb2_relative_path()

File

./badbehavior.module, line 191

Code

function bb2_relative_path() {
  global $base_path;
  return $base_path;
}