I used
ini_set('include_path', '../');
to change include path and then I included
include '../header.php' ;
The problem is css files and js files do not work properly due to an error in directory!
How can I include files from other directories and keep css directories working good ?!