Update of /cvsroot/stack/stack-1-0/pics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27877/pics
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/pics/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php 1 Apr 2005 19:42:45 -0000 1.3
--- index.php 22 Jun 2005 13:14:36 -0000 1.4
***************
*** 84,88 ****
\subsection*{And here is one we made earlier....}';
! if (function_exists(stack_latex_to_html)) {
echo '<h1>About the STACK logo</h1>';
echo stack_latex_to_html($st);
--- 84,88 ----
\subsection*{And here is one we made earlier....}';
! if (function_exists('stack_latex_to_html')) {
echo '<h1>About the STACK logo</h1>';
echo stack_latex_to_html($st);
|