Thankyou Esmi, but I assure you that my theme doesn’t need the /wp-content/themes/mytheme/functions.php file in the /wp-admin area to works.
if I remove functions.php on theme folder, admin works great, but public website not.
no way?
I can’t edit the wp-settings here
if ( file_exists( TEMPLATEPATH . '/functions.php' ) )
include( TEMPLATEPATH . '/functions.php' );
and make a condition if the folder is wp-admin?
any solution? I’ve the same problem…