t('Home'), 'href' => url('') ), array ( 'title' => t('Intallers'), 'href' => url('node/'.SW_NID_SYSTEM_INSTALLERS) ), array ( 'title' => $node -> title, 'href' => '' ), ); echo mytheme_render ( 'mytheme-breadcrumbs', array('bc' => $bc)); ?>
$geofield['lat'], 'lon' => $geofield['lon'], //'lat' => $lat_long[0]['lat'], //'lon' => $lat_long[0]['lon'], 'title' => $node -> title, 'color' => 'orange', 'label' => $node -> title.'
'. ($address['thoroughfare'] ? $address['thoroughfare'].',
' : ''). ($address['locality'] ? $address['locality'].',
' : ''). ($address['premise'] ? $address['premise'].',
' : ''). ($address['postal_code'] ? $address['postal_code'] : ''), ); ?> JS_THEME, 'weight' => 100 )); //drupal_add_js ( drupal_get_path( 'theme', 'mytheme' ).'/js/gmap.js', array( 'group' => JS_THEME, 'weight' => 200 )); $markers = array (); foreach ( $points as $delta => $point ) { $point['color'] = isset($point['color']) ? $point['color'] : 'orange'; $markers[] = array ( $point['lat'], $point['lon'], ($point['title']), ($point['label']), url('',array('language' => LANGUAGE_NONE )).drupal_get_path('theme','mytheme').'/images/'.$point['color'].'.png', ); } ?>