includes/unicode.inc, строка 22
- 5 – 6
unicode_check()
- drupal_maintenance_theme in includes/bootstrap.inc
- Enables use of the theme system without requiring database access. Since
there is not database access no theme will be enabled and the default
themeable functions will be called. Some themeable functions can not be used
without the full Drupal API...
- _drupal_bootstrap_full in includes/common.inc
Код
<?php
function unicode_check() {
list($GLOBALS['multibyte']) = _unicode_check();
}
?>
Войдите или
зарегистрируйтесь, чтобы получить возможность отправлять комментарии