Пока окончательный вариант таков
<?php
define('_IN_JOHNCMS', 1);
$headmod = 'Тест';
$textl = 'Тест';
require_once ('../incfiles/core.php');
require_once ('../incfiles/head.php');
function generateImage($text) {
$text = wordwrap($text, 10, "\n");
// размер изображения
$img = imagecreatetruecolor(500, 300);
// цвет фона
$bg = imagecolorallocate($img, 0, 0