Skip to content
Snippets Groups Projects
Commit 21efe9de authored by Dries Buytaert's avatar Dries Buytaert
Browse files

* Quick patch to fix a problem.  I'm at my gf's place
  running windows on a good ol' slow modem.
parent 3db5f310
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?
global $user;
### Verify theme:
if (isset($user->theme) && file_exists("themes/$user->theme/theme.class")) {
include "themes/$user->theme/theme.class";
}
else include "themes/$cfg_theme/theme.class";
else {
include "config.inc";
include "themes/$cfg_theme/theme.class";
}
$theme = new Theme();
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment