Changeset 73
- Timestamp:
- 09/20/09 14:13:52 (1 year ago)
- Files:
-
- trunk/index.cgi (modified) (1 diff)
- trunk/templates/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index.cgi
r72 r73 362 362 } 363 363 # present the challenge 364 #my $options = { theme => 'red' };365 #$template->param( captcha_options => $captcha->get_options_setter( $options ) );366 364 $template->param( captcha => $captcha->get_html( $captcha_pubkey ) ); 367 365 } trunk/templates/index.html
r72 r73 8 8 <link rel="alternate" type="application/rss+xml" href="/rss.xml" title="RSS 1.0"> 9 9 <link rel="alternate" type="application/rss+xml" href="/rss2.xml" title="RSS 2.0"> 10 <TMPL_VAR name="captcha_options">11 10 <TMPL_IF name="google_webmaster_id"> 12 11 <meta name="verify-v1" content="<TMPL_VAR name="google_webmaster_id">">
