Miscellany
public text v1 · immutable<title><?php if (drupal_is_front_page()) {
print "test"; }
else {
print $node->title . ' - test'; } ?></title>
<?php if (drupal_is_front_page()) {
print '<meta name="description" content="this is the meta desc" />'; }
else {
$meta_description = htmlspecialchars(preg_replace('!\s+!s'," ",strip_tags(substr($node->field_text[0]['view'],0,200))));
print '<meta name="description" content="' . $meta_description . $node->field_galleryphoto[0]['data']['title'] .'" />'; } ?>