Update of /cvsroot/phpwebapp/books/templates/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/main
Modified Files:
main.php main.html
Log Message:
Index: main.php
===================================================================
RCS file: /cvsroot/phpwebapp/books/templates/main/main.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** main.php 3 Nov 2005 08:11:47 -0000 1.1.1.1
--- main.php 3 Nov 2005 10:43:32 -0000 1.2
***************
*** 26,30 ****
{
//get the first book_id in the menu
! include TPL.'menu/book_list.php';
$book_id = key($arr_books);
$book_id = $this->check_book_id($book_id);
--- 26,30 ----
{
//get the first book_id in the menu
! include TPL.'books/book_list.php';
$book_id = key($arr_books);
$book_id = $this->check_book_id($book_id);
Index: main.html
===================================================================
RCS file: /cvsroot/phpwebapp/books/templates/main/main.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** main.html 3 Nov 2005 08:11:47 -0000 1.1.1.1
--- main.html 3 Nov 2005 10:43:32 -0000 1.2
***************
*** 27,33 ****
<include src="{{./}}footer.html" />
- <if condition="'{{docbook->mode}}'=='view'">
- <include src="{{MENU}}menu.html" />
- </if>
</webbox>
</body>
--- 27,30 ----
|