/[drupal]/contributions/modules/imagecrop/page-imagecrop.tpl.php
ViewVC logotype

Contents of /contributions/modules/imagecrop/page-imagecrop.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Mar 24 16:29:28 2008 UTC (20 months ago) by swentel
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial import of imagecrop. This module provides an extra imagecache action called javascript_crop and hooks into modules or fields to manipulate images with a javascript toolbox
1 <html>
2 <?php
3 print $head;
4 print $scripts;
5 print $styles;
6 ?>
7 <body>
8 <?php print $content; ?>
9 </body>
10 </html>

  ViewVC Help
Powered by ViewVC 1.1.2