Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 6... Línea 6...
6
 
6
 
7
    $user = $DB->get_record('user', array('id'=>$entry->userid));
7
    $user = $DB->get_record('user', array('id'=>$entry->userid));
Línea 8... Línea 8...
8
    $strby = get_string('writtenby', 'glossary');
8
    $strby = get_string('writtenby', 'glossary');
9
 
9
 
10
    if ($entry) {
10
    if ($entry) {
Línea 11... Línea 11...
11
        echo '<table class="glossarypost fullwithauthor" cellspacing="0">';
11
        echo '<table class="glossarypost fullwithauthor table-reboot" cellspacing="0">';
12
        echo '<tr valign="top">';
12
        echo '<tr valign="top">';
13
 
13