Modifying drupal block text

不羁的心 提交于 2019-12-11 17:34:29

问题


I have a new drupal site on which to work. And i see things like that :

print render($page['content_top']);

I would like to change the content of 'content_top' in the drupal administration, but I'm totally new at drupal and don't find where it is.

Can someone help me on this?


回答1:


You didn't provide much information (what type of content is currently there, what content you want there, or what version of Drupal you are running), but I will go ahead and assume you want to place a new block in that section, and that you are using Drupal 7.

If this is the case, you should select "Structure" from the administrative menu, then click "blocks."



来源:https://stackoverflow.com/questions/13272917/modifying-drupal-block-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!