| 1 |
<?php |
<?php |
| 2 |
// $Id: $ |
// $Id: textrender.inc,v 1.1.2.3 2009/08/31 04:12:20 dman Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file Helper functions for imagecache_textactions |
* @file Helper functions for imagecache_textactions |
| 5 |
* |
* |
| 100 |
* @param $action |
* @param $action |
| 101 |
*/ |
*/ |
| 102 |
function textactions_rendertext_image(&$image, $action = array()) { |
function textactions_rendertext_image(&$image, $action = array()) { |
| 103 |
|
|
| 104 |
if (!empty($action['evaluate_text'])) { |
if (!empty($action['evaluate_text'])) { |
| 105 |
$text = textactions_evaluate_text($image, $action); |
$text = textactions_evaluate_text($image, $action); |
| 106 |
} |
} |