-1

soo here i tried to call an element but i get this error:

Element file BackTheme./element/menu.php could not be found.

i would like som1 to help me to solve this

IDE screenshot

ndm
  • 59,784
  • 9
  • 71
  • 110

1 Answers1

1

Your file list on the left side of that screen shot clearly shows that you don't actually have an element folder called layout. There's an element folder, and a layout folder, but they are separate. Try just $this->element('BackTheme.menu');

Greg Schmidt
  • 5,010
  • 2
  • 14
  • 35