All pastes #2109801 Raw Edit

Miscellany

public text v1 · immutable
#2109801 ·published 2012-02-04 23:17 UTC
rendered paste body
<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'] .'" />'; } ?>