Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in the naming of the greenwhite css ? #730

Open
jeremycobert opened this issue Dec 14, 2016 · 1 comment
Open

error in the naming of the greenwhite css ? #730

jeremycobert opened this issue Dec 14, 2016 · 1 comment

Comments

@jeremycobert
Copy link

I get this error when selecting the greenwhite theme in League Preferences Administration

Use of undefined constant greenwhite - assumed 'greenwhite' in /myserver/olbblm/localsettings/settings_5.php on line 8

I went into settings_5.php on line 8` which looks like this

$settings['stylesheet'] = greenwhite;

So i went into the folder and copied the greenwhite.css and renamed to to stylesheet6.css and then went into the setting_5 and changed it to read

$settings['stylesheet'] = 6;

That appears to have fixed it, except now the template in the drop down is names "6".
for some reason it does not like the name greenwhite ?

@williamleonard
Copy link
Collaborator

williamleonard commented Dec 14, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants