You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must use quotes for strings. If using a single quote or double quote within a string, there are a few ways to do this. Here are some string examples.
$a = "That is Pam's food";
$a = 'That is Pam\'s food";
$a = "Pam said, \"Hello there\" to Bob.";
$a = 'Pam said, "Hello there" to Bob.';
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: jeremycobert<mailto:notifications@github.com>
Sent: Wednesday, December 14, 2016 11:27 AM
To: nicholasmr/obblm<mailto:obblm@noreply.github.com>
Subject: [nicholasmr/obblm] error in the naming of the greenwhite css ? (#730)
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 ?
-
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#730>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMwJjG8GOlfh-kJS3iSpoINbFpzhQ2v0ks5rIBkAgaJpZM4LNIBW>.
I get this error when selecting the greenwhite theme in League Preferences Administration
I went into settings_5.php on line 8` which looks like this
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
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 ?
The text was updated successfully, but these errors were encountered: