In the 'page--landing.tpl.php' file, the menu is created with:
//--页面菜单添加新窗口打开的链接
<div id="menu">
<?php print $navigation; ?>
</div>
<?php
A quick way would be to use jQuery
<?php
/**
* Implementation of hook_enable().
*/
function addexample_enable() {
// Check if our field is not already created.
if (!field_info_field('field_myfield')) {//--字段名称需要小写
$fi