Resource Frameset

Re: Resource Frameset

by Gabriela Meirelles -
Number of replies: 0
You can get rid of the border by changing the file resource.class (in mod/resource/type/file)

Find this line:
echo "<frameset rows=\"$CFG->resource_framesize,*\" >";

And add the following:
echo "<frameset rows=\"$CFG->resource_framesize,*\" border=\"0\">";

Hope this helps.