Changeset 779 for trunk/app/views/layouts
- Timestamp:
- 09/24/08 15:20:15 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/basic.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/basic.ctp
r765 r779 10 10 echo $javascript->link('prototype'); 11 11 echo $javascript->link('myfunctions'); 12 // echo $javascript->link('jsapi'); // Google apihttp://www.google.com/jsapi 12 13 echo $javascript->link('scriptaculous.js?load=effects'); 13 14 endif; 15 //google.load("gdata", "1"); // load Google Data client library 16 // google.setOnLoadCallback(getMyFeed); // wait until the page finishes loading and then call your code 14 17 ?> 15 18 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
