/[drupal]/contributions/modules/footermap/footermap.module
ViewVC logotype

Diff of /contributions/modules/footermap/footermap.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.3 by mradcliffe, Wed Jul 25 14:13:01 2007 UTC revision 1.1.2.4 by mradcliffe, Wed Aug 8 17:47:46 2007 UTC
# Line 54  Line 54 
54   {   {
55      $o = "";      $o = "";
56    
57      $o .= "<div id=\"footer\">\n\n<div class=\"sitemap\">\n";      $o .= "\n<div class=\"sitemap\">\n";
58      $x = footermap_get_menu(0,1,0,$o);      $x = footermap_get_menu(0,1,0,$o);
59      $o = preg_replace("/&#xb7; (\S+)$/","$1",$o);      $o = preg_replace("/&#xb7; (\S+)$/","$1",$o);
60      $o .= "</div>\n";      $o .= "</div>\n";
# Line 89  Line 89 
89    
90             if( $level > 1 )             if( $level > 1 )
91             {             {
92                  $temp .= "\t<span><a href=\"$baseurl/$h->path\">$h->title</a> &#xb7; </span>";                  $temp .= "\t<span><a href=\"$h->path\">$h->title</a> &#xb7; </span>";
93             }             }
94             else             else
95             {             {
96                  $temp .= "<span style=\"margin-left: " . $tab . "px;\"><a href=\"$baseurl/$h->path\">$h->title</a> &#xb7; </span>";                  $temp .= "<span style=\"margin-left: " . $tab . "px;\"><a href=\"$h->path\">$h->title</a> &#xb7; </span>";
97             }             }
98    
99             $i = footermap_get_menu($h->mid,($level+1),$a,$temp,$paths);             $i = footermap_get_menu($h->mid,($level+1),$a,$temp,$paths);

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.3