Search the Community
Showing results for tags 'links'.
-
Hi, I am new to using Blesta and am currently testing and trying to get my site with theme set up. I am having problems with nearly all of my front end links and the site's subpage urls (like contact or about us pages) where basically all urls seem to redirect back to the homepage. The only urls's that work are the Login and Password Reset pages. Any advice would be appreciated. Thank you.
-
Hello How can I add an ID or NAME to a NAV link,I have trie like this but no luck: public function getActions() { return array( array( 'action' => "nav_primary_staff", 'uri' => "/some_folder/", 'name' => "Link Test", 'options' => array('id' => "SomeID",'name' => "SomeName") ), ); } Any help? Tanks in advance Paulo V