mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:10:12 +01:00
webui code cleanup
This commit is contained in:
parent
5f9ec6b419
commit
971d43020c
@ -17,7 +17,7 @@ class ControllerGroupEmail extends Controller {
|
|||||||
|
|
||||||
$this->load->model('group/group');
|
$this->load->model('group/group');
|
||||||
|
|
||||||
$this->document->title = $language->get('text_group_management');
|
//$this->document->title = $language->get('text_group_management');
|
||||||
|
|
||||||
$this->data['page'] = 0;
|
$this->data['page'] = 0;
|
||||||
$this->data['page_len'] = get_page_length();
|
$this->data['page_len'] = get_page_length();
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu" lang="hu">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="hu" lang="hu">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>piler | <?php print $title; ?></title>
|
<title>piler<?php if(isset($title) && $title) { ?> | <?php print $title; } ?></title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="Content-Language" content="en" />
|
<meta http-equiv="Content-Language" content="en" />
|
||||||
<meta name="keywords" content="piler email archiver" />
|
<meta name="keywords" content="piler email archiver" />
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div id="wrap" style="width:200px; height: 300px; border: 0px;">
|
<div id="wrap" style="width:200px; height: 300px; border: 0px;">
|
||||||
|
|
||||||
<?php if($title) { ?><h3><?php print $title; ?></h3><?php } ?>
|
<?php if(isset($title) && $title) { ?><h3><?php print $title; ?></h3><?php } ?>
|
||||||
<?php print $content; ?>
|
<?php print $content; ?>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user