Advertisement
Device-Cheat

zend

Apr 24th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 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. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement