Поправил названия классов
This commit is contained in:
parent
c8958cbee0
commit
8a8e42d73d
21 changed files with 64 additions and 86 deletions
|
|
@ -1,11 +1,9 @@
|
|||
<?php
|
||||
|
||||
require_once 'core/tools/drawing.php';
|
||||
|
||||
/**
|
||||
* Формат для композиции изображений
|
||||
*/
|
||||
class TemplateImage
|
||||
class Tools_TemplateImage
|
||||
{
|
||||
static $listfiles = array('jpg' => 'jpeg', 'gif' => 'gif', 'png' => 'png', 'bmp' => 'wbmp');
|
||||
static $listfonts = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue