didou Tue Apr 20 16:56:20 2004 EDT
Modified files:
/livedocs livedoc.php
Log:
more smarty links
http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.91&r2=1.92&ty=u
Index: livedocs/livedoc.php
diff -u livedocs/livedoc.php:1.91 livedocs/livedoc.php:1.92
--- livedocs/livedoc.php:1.91 Tue Apr 20 15:59:01 2004
+++ livedocs/livedoc.php Tue Apr 20 16:56:20 2004
@@ -18,7 +18,7 @@
// | Generate an HTML version of a phpdoc/docbook page on the fly |
// +----------------------------------------------------------------------+
//
-// $Id: livedoc.php,v 1.91 2004/04/20 19:59:01 didou Exp $
+// $Id: livedoc.php,v 1.92 2004/04/20 20:56:20 didou Exp $
define('LIVEDOC_SOURCE', dirname(__FILE__));
include LIVEDOC_SOURCE . '/common.php';
@@ -26,6 +26,7 @@
include LIVEDOC_SOURCE . '/style_mapping.php';
include LIVEDOC_SOURCE . '/handlers.php';
include LIVEDOC_SOURCE . '/themes/' . THEME_NAME . '/html_format.php';
+include LIVEDOC_SOURCE . '/mk_' . BUILD_TYPE . '.php';
if (!isset($_GET['q'])) {
// Handles the 404. If a matching page is found, we redirect to it.
@@ -49,6 +50,9 @@
'smarty.for.programmers' => 'smarty.constants',
'smarty.for.designers' => 'language.basic.syntax',
'api.functions' => 'handle_appendixes_funcref',
+ 'language.custom.functions' => 'handle_appendixes_funcref',
+ 'language.basic.syntax' => 'handle_appendixes_funcref',
+ 'language.variables' => 'handle_appendixes_funcref',
// For PHPdoc
'api' => 'streams',
'appendixes' => 'handle_appendixes_funcref',