cvs: php-gtk-web /include shared-manual.inc
[email protected] ("Steph Fox")
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1144501748@cvsserver> |
sfox Sat Apr 8 13:09:08 2006 UTC
Modified files:
/php-gtk-web/include shared-manual.inc
Log:
Kill the translations list.
Docs and doc download pages need another table each.
http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/shared-manual.inc?r1=1.62&r2=1.63&diff_format=u
Index: php-gtk-web/include/shared-manual.inc
diff -u php-gtk-web/include/shared-manual.inc:1.62 php-gtk-web/include/shared-manual.inc:1.63
--- php-gtk-web/include/shared-manual.inc:1.62 Tue Mar 28 02:23:35 2006
+++ php-gtk-web/include/shared-manual.inc Sat Apr 8 13:09:08 2006
@@ -111,7 +111,7 @@
function navigationBar($title, $id, $loc) {
global $NEXT, $PREV, $tstamp;
- echo '<table border="0" width="580" bgcolor="#e0e0e0" cellpadding="0" cellspacing="4">';
+ echo '<table border="0" width="100%" bgcolor="#e0e0e0" cellpadding="0" cellspacing="4">';
echo '<tr><td>';
if ($PREV[1]) {
@@ -145,8 +145,8 @@
$links = array();
if($LANGUAGES){
foreach($LANGUAGES as $code=>$name) {
- if (file_exists("../$code/$id")) {
- $links[] = make_link("../$code/$id", $name);
+ if (file_exists("../../manual/$code/$id")) {
+ $links[] = make_link("../../manual/$code/$id", $name);
}
}
}