The following is an example of code.
Copy codeThe Code is as follows: <? Php
$ Nid = $ row-> nid;
$ Country = db_result (db_query ('select name FROM {term_data} term_data JOIN {term_node} term_node ON term_node.tid = term_data.tid WHERE term_data.vid = % d AND region = % d', 1, $ nid ));
$ Investment = db_result (db_query ('select name FROM {term_data} term_data JOIN {term_node} term_node ON term_node.tid = term_data.tid WHERE term_data.vid = % d AND region = % d', 2, $ nid ));
?>
<Div class = "article-l">
<? Php echo $ fields ['title']-> content?>
<Div class = "left-content">
<? Php echo $ fields ['body']-> content?>
</Div>
</Div>
<Div class = "article-r">
<Div class = "right-content">
<? Php echo $ fields ['body _ 1']-> content?>
</Div>
<Div class = "article-link">
<? Php echo instanter_country_code ($ country)?> <? Php echo $ fields ['created ']-> content?> <? Php echo instanter_investment_code ($ investment)?>
<? Php echo $ fields ['view _ node']-> content?>
</Div>
</Div>
<Div class = "clear-both"> </div>