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

Change request on style.css.php #72

Closed
keide opened this issue Dec 21, 2020 · 1 comment
Closed

Change request on style.css.php #72

keide opened this issue Dec 21, 2020 · 1 comment

Comments

@keide
Copy link

keide commented Dec 21, 2020

Hello, I'm sorry but I don't use Git...

There is a problem with last version of Oblyon. It doen't take into account the value of THEME_ELDY_USE_CHECKED if THEME_ELDY_ENABLE_PERSONALIZED is on.

This is the change to do:

"style.css.php", line 289, add this:
$colorbacklinepairchecked = empty($user->conf->THEME_ELDY_ENABLE_PERSONALIZED)?(empty($conf->global->THEME_ELDY_USE_CHECKED) ?$colortext:$conf->global->THEME_ELDY_USE_CHECKED) :(empty($user->conf->THEME_ELDY_USE_CHECKED)?$colorbacklinepairchecked:$user->conf->THEME_ELDY_USE_CHECKED);

between line:
$colortextlink =empty(.......
and line:
$fontsize =empty(.......

Thanks in advance!

Best regards,
JJ

@aspangaro
Copy link
Owner

Old issue

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