How do I customize the backpath?
How do I customize the backpath?
Question:
How do I customize the backpath?
Answer:
The backpath macro cannot be customized for version prior to the November 27th, 2000 Build of WebX 4.0 (otherwise see %% macro backpath %% in standard.tpl), but you can develop a separate macro. Here's an example macro:
Example:
%% macro SteppedBackpath %%
%%siteTitle%%
%% if parentTitle 1%%
%%parentTitle 1%%
%% endif %% %% if parentTitle 2 %%
%% parentTitle 2 %%
%% endif %% %% if parentTitle 3 %%
%% parentTitle 3%%
%% endif %%
%%pathicon%% %% pathTitle %%
%% if parentTitle 3%%
%% endif %% %% if parentTitle 2%%
%% endif %%
%% endmacro %%