cvs: docweb /include lib_general.inc.php lib_proj_lang.inc.php /templates/all/www/shared nav_projects.tpl.php
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1182829383@cvsserver> |
philip Tue Jun 26 03:43:03 2007 UTC
Modified files:
/docweb/include lib_proj_lang.inc.php lib_general.inc.php
/docweb/templates/all/www/shared nav_projects.tpl.php
Log:
Remove PECL since it's in the PHP docs now
http://cvs.php.net/viewvc.cgi/docweb/include/lib_proj_lang.inc.php?r1=1.8&r2=1.9&diff_format=u
Index: docweb/include/lib_proj_lang.inc.php
diff -u docweb/include/lib_proj_lang.inc.php:1.8 docweb/include/lib_proj_lang.inc.php:1.9
--- docweb/include/lib_proj_lang.inc.php:1.8 Sun Jun 3 23:21:29 2007
+++ docweb/include/lib_proj_lang.inc.php Tue Jun 26 03:43:03 2007
@@ -19,7 +19,7 @@
| Gabor Hojtsy <[email protected]> |
| Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: lib_proj_lang.inc.php,v 1.8 2007/06/03 23:21:29 philip Exp $
+$Id: lib_proj_lang.inc.php,v 1.9 2007/06/26 03:43:03 philip Exp $
*/
// split from lib_general.inc.php
@@ -33,7 +33,6 @@
'pear' => array('PEAR Documentation', 'peardoc', 'peardoc/en'),
'gtk' => array('PHP-GTK Documentation', 'php-gtk-doc', 'php-gtk-doc/manual/en'),
'livedocs' => array('Livedocs', '', ''),
- 'pecl' => array('PECL Documentation', '', ''),
);
// Supported languages
http://cvs.php.net/viewvc.cgi/docweb/include/lib_general.inc.php?r1=1.52&r2=1.53&diff_format=u
Index: docweb/include/lib_general.inc.php
diff -u docweb/include/lib_general.inc.php:1.52 docweb/include/lib_general.inc.php:1.53
--- docweb/include/lib_general.inc.php:1.52 Sun Dec 3 11:51:29 2006
+++ docweb/include/lib_general.inc.php Tue Jun 26 03:43:03 2007
@@ -18,7 +18,7 @@
| Gabor Hojtsy <[email protected]> |
| Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: lib_general.inc.php,v 1.52 2006/12/03 11:51:29 colder Exp $
+$Id: lib_general.inc.php,v 1.53 2007/06/26 03:43:03 philip Exp $
*/
require_once dirname(__FILE__) . '/lib_auth.inc.php';
@@ -60,7 +60,7 @@
$extra_style = '';
// prevent errors
- $guess_style = (in_array(SITE, array('www', 'livedocs', 'pecl')) ? '' : SITE . '.css');
+ $guess_style = (in_array(SITE, array('www', 'livedocs')) ? '' : SITE . '.css');
$styles = array_filter(($style ? array($style) : array($guess_style)));
// Set proper encoding with HTTP header first
http://cvs.php.net/viewvc.cgi/docweb/templates/all/www/shared/nav_projects.tpl.php?r1=1.2&r2=1.3&diff_format=u
Index: docweb/templates/all/www/shared/nav_projects.tpl.php
diff -u docweb/templates/all/www/shared/nav_projects.tpl.php:1.2 docweb/templates/all/www/shared/nav_projects.tpl.php:1.3
--- docweb/templates/all/www/shared/nav_projects.tpl.php:1.2 Sun Oct 31 18:01:33 2004
+++ docweb/templates/all/www/shared/nav_projects.tpl.php Tue Jun 26 03:43:03 2007
@@ -1,7 +1,6 @@
<a href="<?php echo get_insite_address('www'); ?>" class="logo logo-all">&docweb.common.all;</a>
<a href="<?php echo get_insite_address('php'); ?>" class="logo logo-php">&docweb.common.project.php;</a>
<a href="<?php echo get_insite_address('pear'); ?>" class="logo logo-pear">&docweb.common.project.pear;</a>
- <a href="<?php echo get_insite_address('pecl'); ?>" class="logo logo-pecl">&docweb.common.project.pecl;</a>
<a href="<?php echo get_insite_address('gtk'); ?>" class="logo logo-gtk">&docweb.common.project.php-gtk;</a>
<a href="<?php echo get_insite_address('smarty'); ?>" class="logo logo-smarty">&docweb.common.project.smarty;</a>
<a href="<?php echo get_insite_address('livedocs'); ?>" class="logo logo-livedocs">&docweb.common.project.livedocs;</a>