Changeset 1277
- Timestamp:
- 03/11/2008 04:05:02 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.php
r1271 r1277 2450 2450 2451 2451 function bb_theme_basename($file) { 2452 return bb_basename( $file, array('user' => BB_THEME_DIR, 'core' => BB_CORE_THEME_DIR) ); 2452 $file = bb_basename( $file, array('user' => BB_THEME_DIR, 'core' => BB_CORE_THEME_DIR) ); 2453 $file = preg_replace('|/+.*|', '', $file); 2454 return $file; 2453 2455 } 2454 2456
Note: See TracChangeset
for help on using the changeset viewer.