Hello guys:

I want to replace the footer left links and add some new links.
I created some new html pages under the dev folder.
Then I changed the config.js as this:
 Footer: {
            leftLinks: [{
                "title": "__MSG__ABOUT US__",
                "href": "/aboutus",
                "newWindow": true
            }, {
                "title": "__MSG__HELP__",
                "href": "/help",
                "newWindow": true
            },{
                "title": "__MSG__TERMS__",
                "href": "/terms",
                "newWindow": true
            }
],
But only the link texts  have changed. When I click those links, I got a
erro page: Page not found.

Could anyone tell me how to replaces and add new pages under the footer
links?


Regards
Rebecca
_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to