removed some unused variables from base.php and pageTest.php
added custom columns to ```default_config.php``` for pageTest.php
This commit is contained in:
parent
d540cba22a
commit
d4cedf3737
3 changed files with 14 additions and 82 deletions
2
base.php
2
base.php
|
@ -523,8 +523,6 @@ class PageAllAuthors extends Page
|
|||
{
|
||||
public function InitializeContent ()
|
||||
{
|
||||
global $config;
|
||||
|
||||
$this->title = localize("authors.title");
|
||||
if (getCurrentOption ("author_split_first_letter") == 1) {
|
||||
$this->entryArray = Author::getAllAuthorsByFirstLetter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue