Show
Ignore:
Timestamp:
09/25/07 15:21:29 (15 months ago)
Author:
aarkerio
Message:

Change [0] to

Location:
trunk/app/views/elements
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/catfaqs.thtml

    r151 r152  
    55foreach ($blog["Catfaq"] as $val)  
    66{ 
    7    echo '<a class="petit" href="/catfaqs/show/'.$val['user_id'].'/'. $val['id'] . '">&gt;'. $val['title'] . '</a><br />'; 
     7   echo '<a class="petit" href="/catfaqs/view/'.$val['id'].'/'. $val['user_id'] . '">&gt;'. $val['title'] . '</a><br />'; 
    88} 
    99 
    10  echo '<p><a class="petit" href="/catfaqs/all/'.$val['user_id'].'">View all FAQs</a></p>'; 
     10 echo '<p><a class="petit" href="/catfaqs/display/'.$blog['User']['username'].'/'.$val['user_id'].'">View all FAQs</a></p>'; 
    1111 
    1212?> 
  • trunk/app/views/elements/lesson.thtml

    r151 r152  
    55foreach ($blog["Lesson"] as $key => $val)  
    66{ 
    7       echo $html->link($val['title'], '/lessons/show/'.$blog["User"]["username"].'/'.$val['id'], array("class"=>"petit")) . '<br />'; 
     7      echo $html->link($val['title'], '/lessons/view/'.$blog["User"]["username"].'/'.$val['id'], array("class"=>"petit")) . '<br />'; 
    88} 
    99