webui code cleanup

This commit is contained in:
SJ 2012-07-10 13:09:09 +02:00
parent 5f9ec6b419
commit 971d43020c
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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; ?>