- Add Site map to the footer
PR: www/104488 Suggested by: novel Approved by: keramida (mentor) Discussed on: freebsd-doc, freebsd-www
This commit is contained in:
parent
3594a49059
commit
38b41bd018
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29556
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.3 2006/12/03 19:44:01 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.4 2006/12/31 16:48:27 delphij Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
|
||||
|
@ -10,7 +10,8 @@
|
|||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright '<a href="&base;/copyright/">Legal Notices</a> | © 1995-2007 The FreeBSD Project.
|
||||
<!ENTITY copyright '<a href="&base;/search/index-site.html">Site Map</a> |
|
||||
<a href="&base;/copyright/">Legal Notices</a> | © 1995-2007 The FreeBSD Project.
|
||||
All rights reserved.'>
|
||||
<!ENTITY email 'freebsd-questions'>
|
||||
<!ENTITY author '<a href="&base;/index.html">home</a> | <a href="&base;/mailto.html">contact</a> | <a href="&base;/copyright/index.html">legal</a> | ©right;'>
|
||||
|
|
Loading…
Reference in a new issue