Contents
1. Introduction
1.
(top)
cd /program/styles/admin_base.css, dan staat
around line 233 you see
#content li {
margin: 0px;
padding: 0px 5px 0px 105px;
font-weight: bold;
line-height: 1em;
}
Between the { and } add this line:
border-left: 1px #0000FF dashed;
Save the file and do a couple of refreses in your browser
(i.e press F5 repeatedly)
You see something like "lines1.png"
Eventually in the lines thereunder you you see:
#content li.level0 {
padding: 0px 0px 0px 20px;
}
Add between the { and } this line:
border-left: 0px #FF0000 solid;
Save and refresh! You should see "lines2.png"
|
.png
.png
.png
Explanation:
Click on the XXX icon
to YYYY
In config.php:
$CFG->language = 'nl';
=-------------------------------
- de switch tussen 'origineel' en 'modified version' zit in feite in
de file /program/version.php. Als je daar inkijkt zie je oa. dit
rond regel 78:
/** A boolean flag indicating this is either the original (TRUE) or a
modified (FALSE) version of Website@School */
define('WAS_ORIGINAL',TRUE);
Alsje van die 'TRUE' nu 'FALSE' maakt (zonder de quotes), dan wordt
'powered by' automagisch 'based on'.
Author: Dirk Schouten <schoutdi (at) knoware (dot) nl>
Last updated: 2011-02-08