1
This commit is contained in:
@@ -928,9 +928,10 @@ class Reviewer extends Controller
|
||||
->text($reviewer_info['realname'] == '' ? $reviewer_info['account'] : $reviewer_info['realname'], $ziti, 60, '#000000', [1900, 1700])
|
||||
->text('awarded ' . date('d, F, Y', $article_info['rtime'] == 0 ? $article_info['ctime'] : $article_info['rtime']) . ' to', $ziti, 60, '#000000', [1600, 1500])
|
||||
->text('In recognition of the review made for the journal', $ziti, 80, '#000000', [900, 1900])
|
||||
->text($article_info['title'],$ziti,30,'#000000',[230,2100])
|
||||
->text('The Editors of', $ziti, 65, '#000000', [230, 2345])
|
||||
->text($journal_info['title'], $ziti, 60, '#000000', [830, 2345])
|
||||
->text('Cockle Bay Rd, Auckland, New Zealand, 2014', $ziti, 60, '#000000', [230, 2500])
|
||||
->text('Auckland, New Zealand, 2012', $ziti, 60, '#000000', [230, 2500])
|
||||
->save(ROOT_PATH . 'public' . DS . 'reviewerZS' . DS . $art_rev_id . '.jpg');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user