X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/18ac804049af37d3a7fd53b7add0d0b2e3204d1c..c2dcc74158c005dd12770f25be5a3d059dbc4efd:/index.php diff --git a/index.php b/index.php index a7ab837..9fee87b 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ root . 'lib/db_factory.php'; require_once $CFG->root . 'lib/utils.inc.php'; @@ -25,10 +25,10 @@ echo $util->getHeader(); echo $util->getHeading(); - echo "
- {$util->getUser()}Logout"; + echo "Rows per page {$util->getUser()} + Logout"; $which = ($util->isAdmin() == true) ? 'all' : $util->getUser(); $rows = $DB->getQMails($offset, $rowsPerPage, $which); $numrows = $DB->numRows();