Could you please elaborate "did not work" ?
Marco Pivetta

http://twitter.com/Ocramius

http://marco-pivetta.com



On 29 September 2012 22:45, fwahlqvist [via Zend Framework Community] <
ml-node+s634137n465722...@n4.nabble.com> wrote:

> Hi All,
> Have added ZeTheme (https://github.com/ZendExperts/ZeTheme) as per
> instructions (composer.phar)
>
> I have created a folder called themes (in root) and copied the default
> folder form examples to it.
> I created zetheme.module.config.global.php and have the follwing code in
> it
>
> <code>
>
> <?php
> return array(
>         'ze_theme' => array(
>         'default_theme' => 'default',
>         'theme_paths' => array(
>             __DIR__ . '/../themes/'
>         ),
>         'adapters' => array(
>             'ZeTheme\Adapter\Configuration',
>         ),
>     ),
> );
>
> </code>
>
> Final step was to enable the module by adding it to the
> application.config.php.
>
> And this did not work, also tried to copy the module.config.php to
> autoload folder and set the default with no luck, as well as set the theme
> to be default under the module.config.php in the vendor directory with no
> luck.
>
> Any suggestions are welcome.
>
> Thanks
>
>
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://zend-framework-community.634137.n4.nabble.com/ZeTheme-in-zf2-tp4657222.html
>  To start a new topic under Zend Framework, email
> ml-node+s634137n634138...@n4.nabble.com
> To unsubscribe from Zend Framework Community, click 
> here<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4>
> .
> NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZeTheme-in-zf2-tp4657222p4657227.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to