svn: /pear2/sandbox/pear2.php.net/trunk/www/ index.php
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Fri, 18 Jun 2010 13:51:29 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300570
Log:
Revert a change I committed accidentally.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/index.php
Modified: pear2/sandbox/pear2.php.net/trunk/www/index.php
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/index.php 2010-06-18 13:50:41 UTC (rev 300569)
+++ pear2/sandbox/pear2.php.net/trunk/www/index.php 2010-06-18 13:51:29 UTC (rev 300570)
@@ -20,7 +20,7 @@
);
$savant->setTemplatePath(
array(
-// __DIR__ . '/templates/default/html',
+ __DIR__ . '/templates/default/html',
__DIR__ . '/templates/pear2/html'
)
);