i create new theme its name is (network)
then i found that there is two new folder is created
1) app\View\Themed\network
2)app\webroot\theme\network
then i copy the folder in this path "app\View\Themed\network" to this => "app\network"
then go to theme manager and open unintall theme !!!
but there is no theme in "un-install theme " to install it
why ??
thank you
After creating new "network" theme ,for example, the view file for an edit action of a Posts controller would reside at /app/View/Themed/Network/Posts/edit.ctp. Layout files would reside in /app/View/Themed/Network/Layouts/.
If a view file can’t be found in the "network" theme, CakePHP will try to locate the view file in the /app/View/ folder. This way, you can create master view... more