Просмотр поста

.
studiouz

Koenig, классы хочу изменить !
в месте default можно вставить $set_user['skin']
вот так

public function head
() { foreach ( $GLOBALS as $k => $v )
{ global $ $k ; $
$k = $v ; } $head = file_exists
( $rootpath . $this -> getPath
() . 'head.php' ) ? $rootpath . $this
-> getPath
() . 'head.php' : $rootpath . 'theme
/wap/' . $set_user['skin'] . '/head.php' ; require
( $head ); }