`

首页无内容时,隐藏默认信息“No front page content has been created yet”

 
阅读更多
 in page.tpl.php
In hook_preprocess_page() ...
function YOURTHEME_preprocess_page(&$variables) {
   if($variables['is_front']){
    $variables['title'] = ''; // This is optional ... it removes the default Welcome to @site-name
    $variables['page']['content']['system_main']['default_message'] = array(); // This will remove the 'No front page content has been created yet.'
  }
}
 
 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics