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

« back to all changes in this revision

Viewing changes to ivle/webapp/base/xhtml.py

  • Committer: William Grant
  • Date: 2009-07-05 05:56:01 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705055601-30q43fzx8js0na43
Replace the title image in the root template with the breadcrumb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        ctx['scripts_init'] = self.scripts_init + overlay_bits[3]
93
93
        ctx['app_template'] = app
94
94
        ctx['title_img'] = media_url(req, CorePlugin,
95
 
                                     "images/chrome/title.png")
 
95
                                     "images/chrome/root-breadcrumb.png")
96
96
        self.populate_headings(req, ctx)
97
97
        tmpl = loader.load(os.path.join(os.path.dirname(__file__), 
98
98
                                                        'ivle-headings.html'))