Update of /cvsroot/phpwebapp/documentation/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2024/templates
Modified Files:
content.php
Added Files:
user_manual.html
Log Message:
new user manual, using DocBookWiki cache (HTML) files
--- NEW FILE: user_manual.html ---
<div class="white_box">
<include src="{{DOCBOOK_PATH}}docbook.html" />
</div>
Index: content.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/content.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** content.php 25 Aug 2003 13:29:19 -0000 1.3
--- content.php 26 Oct 2005 14:36:58 -0000 1.4
***************
*** 37,41 ****
break;
case "user_manual":
! $content_file = "user_manual/user_manual.html";
break;
case "developer_docs":
--- 37,44 ----
break;
case "user_manual":
! $content_file = "user_manual.html";
! $cache_path = BOOKS_PATH.'content/books/cache/';
! WebApp::setSVar('docbook->cache_path', $cache_path);
! WebApp::setSVar('docbook->book_id', 'phpwebapp_manual');
break;
case "developer_docs":
|