[LinksOS CVS Commit]website/content doc.php,1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@us...> - 2002-12-30 08:12:27
|
Update of /cvsroot/linksos/website/content
In directory sc8-pr-cvs1:/tmp/cvs-serv29399/content
Modified Files:
doc.php
Log Message:
English Doc Link
Added link to english version of current doc.
Users of other languages will be able to easily switch into english to view english-only documentation.
a=kennyt
Index: doc.php
===================================================================
RCS file: /cvsroot/linksos/website/content/doc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** doc.php 27 Dec 2002 19:39:23 -0000 1.1
--- doc.php 30 Dec 2002 08:12:22 -0000 1.2
***************
*** 24,28 ****
}
} else
! echo 'No entries found (in this language)<br>';
?>
--- 24,28 ----
}
} else
! echo 'No entries found (in this language)<br>' . doclink($_REQUEST["doc_id"] . '&language=1', $lang['view_in_english']);
?>
|