Patrick Cool 18 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>
<?php
// The footer is displayed only if we are not in the learnpath
if ($_GET['origin'] != 'learnpath')
{
include ($includePath."/claro_init_footer.inc.php");
}
// Display the footer
Display::display_footer();
?>

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

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