Try something like this:
<head>
....
{{include 'web2py_ajax.html'}}
<script src="{{=URL(r=request,c='static',f='calendar.js')}}"></script>
<link rel="stylesheet" type="text/css"
href="{{=URL(r=request,c='static',f='calendar.css')}}" />
......On Mon, Mar 9, 2009 at 9:58 PM, weheh <[email protected]> wrote: > > I have slightly customized layout.html, but it still has the {{include > 'web2py_ajax.html'}} and the calendar.css and calendar.js are both in > the static files directory. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

