Device-Cheat

zend

Apr 24th, 2020
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. return array(
  2.     'view_manager' => array(
  3.         'template_path_stack' => array(
  4.             '<module-name>' => __DIR__ . '/../view'
  5.         ),
  6.     ),
  7. );
Add Comment
Please, Sign In to add comment