Diff for /loncom/interface/lontemplate.pm between versions 1.33 and 1.34

version 1.33, 2009/05/11 13:34:10 version 1.34, 2009/05/30 20:41:34
Line 96  sub print_aboutme_content_template { Line 96  sub print_aboutme_content_template {
   
 }  }
   
 sub start_ContentBox {  
  my ($r,$allowed) = @_;  
  $r->print('<div class="LC_ContentBox">');  
   
 }  
   
 sub end_ContentBox {  
  my ($r) = @_;  
  $r->print('</div>');  
 }  
   
 sub send_message {  sub send_message {
  my ($r,$cnum,$cdom) = @_;   my ($r,$cnum,$cdom) = @_;
  my $s;   my $s;

Removed from v.1.33  
changed lines
  Added in v.1.34


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>