Skip to content

Instantly share code, notes, and snippets.

@karolrynio
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karolrynio/7f94e05f3d429804e8f7 to your computer and use it in GitHub Desktop.
Save karolrynio/7f94e05f3d429804e8f7 to your computer and use it in GitHub Desktop.
<?php
return array(
'view_manager' => array(
'template_map' => array(
'project/search/index' => __DIR__ . '/../view/project/search/index.phtml',
),
'template_path_stack' => array(
__DIR__ . '/../view',
),
),
)
@sainprachi19
Copy link

Still not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment