<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=AF201_206 // //================================================================= define( 'RSTR_CLS_FL_CELL_ERR_WRONG_IMAGE_WIDTH', 'Wrong image width ( ##width_u## pixels ). ' . 'The width must be ##width_t## pixels.' ); define( 'RSTR_CLS_FL_CELL_ERR_WRONG_IMAGE_HEIGHT', 'Wrong image height ( ##height_u## pixels ). ' . 'The height must be ##height_t## pixels' ); ?>