mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Very minor changes
This commit is contained in:
parent
68a1e8fbba
commit
831f6613a8
1 changed files with 2 additions and 4 deletions
|
@ -55,10 +55,6 @@
|
|||
"</a></td></tr></table>\n", 'center');
|
||||
}
|
||||
} else {
|
||||
|
||||
|
||||
// TODO: Check to make sure pages is set?
|
||||
|
||||
// Set some standard variables
|
||||
$pageid = $firstpage->id;
|
||||
$prevpageid = 0;
|
||||
|
@ -97,6 +93,7 @@
|
|||
|
||||
print_table($table);
|
||||
break;
|
||||
|
||||
case 'single':
|
||||
// Only viewing a single page in full - change some variables to display just one
|
||||
$prevpageid = $singlepage->prevpageid;
|
||||
|
@ -104,6 +101,7 @@
|
|||
|
||||
$pages = array();
|
||||
$pages[$singlepage->id] = $singlepage;
|
||||
|
||||
case 'full':
|
||||
echo '<table align="center" cellpadding="5" border="0" width="80%">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue