svn: /web/doc-editor/trunk/php/ html.templates.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 02 Mar 2010 12:32:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295729
Log:
Fix app name
Changed paths:
U web/doc-editor/trunk/php/html.templates.php
Modified: web/doc-editor/trunk/php/html.templates.php
===================================================================
--- web/doc-editor/trunk/php/html.templates.php 2010-03-02 12:31:40 UTC (rev 295728)
+++ web/doc-editor/trunk/php/html.templates.php 2010-03-02 12:32:44 UTC (rev 295729)
@@ -9,7 +9,7 @@
* @param string $title The HTML page title. Default to the tool name
* @return string
*/
-function headerTemplate($title = 'PHP Documentation Online Editor', $depth = 0)
+function headerTemplate($title = 'Php Docbook Online Editor', $depth = 0)
{
$prefix = str_repeat('../', $depth);
return <<<EOD