I\'ve been handing a design for a webpage which I\'m trying to implement correctly. This design contains navigation elements which are partially or entirely duplicated all
IMHO it is not possible.
My solution would be adding a small PHP or other engine that automatically renders the menu in the locations where those are needed. This way your code is DRY.