Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function php_eval($code) {
  2. global $theme_path, $theme_info, $conf;
  3.  
  4. $old_theme_path = $theme_path;
  5.  
  6. if (!isset($theme_info)) {
  7. $theme_path = drupal_get_path('theme', $conf['theme_default']);
  8. }
  9. else {
  10. $theme_path = dirname($theme_info->filename);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement