开发者

Remove "Welcome to"... on Drupal's seven theme

开发者 https://www.devze.com 2023-04-08 06:04 出处:网络
I\'m trying to remove the text "Welcome to" on the Drupal theme seven. I want to keep my site name though as it stands it says "Welcome to Site Name" at the top 开发者_开发技巧left

I'm trying to remove the text "Welcome to" on the Drupal theme seven. I want to keep my site name though as it stands it says "Welcome to Site Name" at the top 开发者_开发技巧left.

I just want it to say "Site Name".


this text will be removed automatically once you create a new content (which promoted to front page)... so don't worry about this.... another advanced way is to create your front page and insert the link of you page in "/admin/config/system/site-information" instead of "node" in the "Default front page" section


I just had to replace the variable $title with $site_name.

0

精彩评论

暂无评论...
验证码 换一张
取 消