Index: smarty.engine =================================================================== RCS file: /cvs/drupal-contrib/contributions/theme-engines/smarty/smarty.engine,v retrieving revision 1.11.2.1 diff -u -r1.11.2.1 smarty.engine --- smarty.engine 10 Jan 2006 09:10:59 -0000 1.11.2.1 +++ smarty.engine 26 Jan 2007 02:12:51 -0000 @@ -195,6 +195,7 @@ } $variables = array( + 'base_path' => base_path(), 'breadcrumb' => theme('breadcrumb', drupal_get_breadcrumb()), 'closure' => theme('closure'), 'content' => '' . $content . '',