Changes between Version 6 and Version 7 of EggCookingTutorial/AdvancedEggCooking2


Ignore:
Timestamp:
Sep 5, 2005, 7:45:47 AM (19 years ago)
Author:
Christopher Lenz
Comment:

More fixes

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/AdvancedEggCooking2

    v6 v7  
    122122                                       
    123123    def process_request(self, req):
    124         add_stylesheet(req, 'css/helloworld.css')
     124        add_stylesheet(req, 'helloworld/css/helloworld.css')
    125125        return 'helloworld.cs', None
    126126               
     
    162162<div id="content" class="helloworld">
    163163 <h1>Hello world!</h1>
    164  <img src="<?cs var:htdocs_location ?>images/helloworld.jpg">
     164 <img src="<?cs var:chrome.href ?>/helloworld/images/helloworld.jpg">
    165165</div>
    166166