Setting a personalized bottom navigation
There is more than one way to personalize the bottom navigation page.
About this task
There are two ways to personalize the bottom navigation page:
Overwrite the
sign.htm
file with your changed design and upload it to the
IBM® Rational® Rhapsody®
Web server (see
Customizing the navigation page
).
Use a function in the
webconfig.c
files to use another file for personalized bottom navigation.
For example, to change the page name of the bottom navigation page to
navigation.htm
, the function and argument is as follows:
SetSignaturePageUrl("navigation.htm");
Feedback