replace ampersand separators with SEP
authorGreg Gay <info@atutor.ca>
Tue, 24 Aug 2010 19:54:02 +0000 (19:54 -0000)
committerGreg Gay <info@atutor.ca>
Tue, 24 Aug 2010 19:54:02 +0000 (19:54 -0000)
docs/themes/default/home/index_course.tmpl.php

index 88f3a10..54f76fc 100644 (file)
@@ -66,7 +66,6 @@ if (isset($this->search_text)) $keywords = explode(' ', $this->search_text);
 ?>
       <li class="course">
 
-<?php echo SEP; ?>
 <?php if ($user_role['role'] == TR_USERROLE_AUTHOR) {?>
           <img src="<?php echo TR_BASE_HREF; ?>themes/<?php echo $_SESSION['prefs']['PREF_THEME']; ?>/images/my_own_course.gif" alt="<?php echo _AT('my_authoring_course'); ?>" title="<?php echo _AT('my_authoring_course'); ?>" />
 <?php } else  {?>