/priv/sites/zotonic_status/templates/_js_include.tpl

https://code.google.com/p/zotonic/ · Smarty Template · 31 lines · 27 code · 4 blank · 0 comment · 1 complexity · fd971324096a7d4e5cd6819699a58e0d MD5 · raw file

  1. {% include "_js_include_jquery.tpl" %}
  2. {% lib
  3. "js/apps/zotonic-1.0.js"
  4. "js/apps/z.widgetmanager.js"
  5. "js/modules/livevalidation-1.3.js"
  6. "js/modules/z.inputoverlay.js"
  7. "js/cufon.anja.js"
  8. %}
  9. {% stream %}
  10. {% script %}
  11. <script type="text/javascript">
  12. $(function()
  13. {
  14. $.widgetManager();
  15. });
  16. Cufon.registerFont(cufon_anja);
  17. Cufon.replace('h1',{
  18. color: '-linear-gradient(#19B7E8, #5bbde5)',
  19. hover: true,
  20. textShadow: '#222 1px 1px'
  21. });
  22. Cufon.replace('h2', {
  23. color: '-linear-gradient(#19B7E8, #5bbde5)',
  24. hover: true,
  25. textShadow: '#222 1px 1px'
  26. });
  27. </script>