~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/apps.py

Move the remaining images to the new framework, in the new ivle.webapp.core
plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                repr(self.hashelp)))
30
30
 
31
31
# Directory where app icons are stored, relative to the IVLE root.
32
 
app_icon_dir = "media/images/apps"
 
32
app_icon_dir = "+media/ivle.webapp.core/images/apps"
33
33
# Small version of icons (16x16, for favicon)
34
 
app_icon_dir_small = "media/images/apps/small"
 
34
app_icon_dir_small = "+media/ivle.webapp.core/images/apps/small"
35
35
 
36
36
# Which application to load by default (if the user navigates to the top level
37
37
# of the site). This is the app's URL name.