I write custom Drupal module. Want show field_myear in contents. With the following:
<div class="right">
<h4>'.$m_detail->title.'</h4>
<div class="section">'.$field_myear.'</div>
<div class="description">
<div
But when refresh page, get this error:
Notice: theme_news()/home/domains/site.net/public_html/sites/all/modules/site/theme.module dosyasının 1247 satırı) içinde Undefined variable: field_myear.
How can i fix it?