* * @copyright Copyright (C) 2006 - 2014 Critter BVBA All rights reserved. * @license GNU General Public License version 3 or later; see license.txt * * showitem.language.php * * showitem.language dialog * */ // enable or disable logging error_reporting(E_ALL); ini_set('display_errors', '1'); // 0 - disabled; 1 - enabled // $o = new language($data->data->id); $o->details(); ?> <div class="title"><?php echo ucwords(LANGUAGE_EDIT_LANGUAGE); ?> </div> <div class="form"> <div class="column"> <div class="row name"> <div class="caption"><?php echo ucwords(LANGUAGE_NAME); ?> <input type="hidden" id="id" value="<?php echo $o->get('id'); ?> " /></div>