mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 03:12:41 +01:00
12 lines
190 B
PHP
12 lines
190 B
PHP
|
<?php
|
||
|
|
||
|
final class ConpherenceImageData extends ConpherenceConstants {
|
||
|
|
||
|
const SIZE_ORIG = 'original';
|
||
|
const SIZE_HEAD = 'header';
|
||
|
|
||
|
const HEAD_WIDTH = 120;
|
||
|
const HEAD_HEIGHT = 80;
|
||
|
|
||
|
}
|