Patrick Cool 19 years ago
parent ffdbd97444
commit dd55f197dd
  1. 9
      main/blog/blog.php
  2. 19
      main/blog/blog_admin.php
  3. 7
      main/blog/blog_backup_may3_surbhi.php

@ -449,11 +449,6 @@ switch ($current_page)
</table> </table>
<?php <?php
// Display the footer
Display::display_footer();
// The footer is displayed only if we are not in the learnpath
if ($_GET['origin'] != 'learnpath')
{
include ($includePath."/claro_init_footer.inc.php");
}
?> ?>

@ -103,21 +103,6 @@ api_display_tool_title($nameTools);
echo "</table>"; echo "</table>";
// The footer is displayed only if we are not in the learnpath // Display the footer
if ($_GET['origin'] != 'learnpath') Display::display_footer();
{
include($includePath."/claro_init_footer.inc.php");
}
/*
==============================================================================
FUNCTIONS
==============================================================================
*/
?> ?>

@ -369,9 +369,6 @@ switch ($current_page)
</table> </table>
<?php <?php
// The footer is displayed only if we are not in the learnpath // Display the footer
if ($_GET['origin'] != 'learnpath') Display::display_footer();
{
include($includePath."/claro_init_footer.inc.php");
}
?> ?>
Loading…
Cancel
Save