3
1
Back

Is the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@width=\"\d+\"@", "", $img); $img = $matches[1]; } } if(ADD_IDS){ $article['content'] .= "ID: " . $article['id']; } return $article; } function hook_render_article($article) { $article['content'] = $img_tag . $article['content']; } Added The Trenches; yet more code style tweaking 2015-03-27 02:51:25 -07:00 Subject: [PATCH] Put title box in PDF export' (#4.

New Pull Request