Skip to content
Snippets Groups Projects
Commit 996ea32f authored by llaffont's avatar llaffont
Browse files

Corrections suite a reorganisation CE

parent 773c03d4
No related merge requests found
......@@ -295,7 +295,7 @@ class Class_Profil extends Storm_Model_Abstract {
public function getPathTheme() {
$path='/public/'.$this->getBrowser().'/skins/'.$this->getSkin().'/';
if(!file_exists(".".$path))
$path='/public/'.$this->getBrowser().'/original/';
$path='/public/'.$this->getBrowser().'/skins/original/';
return $path;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment