简体   繁体   中英

Addition Base url in drupal

I had added new base url in Drupal in setting.php but it is not accessible on another page..

$base_url  =   'http://'             //working
$base_url_theme = 'http://'           //not working

You can get theme path like this:

$theme_path = drupal_get_path('theme', 'theme_machine_name'); 

And use that variable as previx of path to theme elements (images...).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM