Index: openacs-4/packages/theme-selva/www/doc/howto/node8.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-selva/www/doc/howto/node8.html,v diff -u -r1.1 -r1.2 --- openacs-4/packages/theme-selva/www/doc/howto/node8.html 26 Jul 2005 14:28:30 -0000 1.1 +++ openacs-4/packages/theme-selva/www/doc/howto/node8.html 17 Apr 2018 14:47:03 -0000 1.2 @@ -61,7 +61,7 @@
One easy way to prevent an information from being displayed is to used the CSS "display:none;" property. Otherwise, you can edit your own DefaultMaster and remove everything you don't want. As this is free software, you can alter the software in any way you want, although it might require a long study of both the API and the data model for OpenACS and the .LRN softwares.
-As adding or removing functionalities is not really part of the theming, but part of the logic (ie : require changes in the source code of the software) I will not explain that in that document. Nevertheless, you will find usefull information to achieve that goal at http://www.openacs.org/doc/ . +As adding or removing functionalities is not really part of the theming, but part of the logic (ie : require changes in the source code of the software) I will not explain that in that document. Nevertheless, you will find useful information to achieve that goal at http://www.openacs.org/doc/ .