node-gallery-manage-images-form.tpl.php in Node Gallery 6.3
Stub for default template implementation of the manage images page.
Attempts were made to make the manage images table/form a template, but the results were lacking in comparison to what we have now with the theme function. If you should be successful at coding this, please submit a patch at http://drupal.org/project/issues/node_gallery
1 theme call to node-gallery-manage-images-form.tpl.php
- node_gallery_manage_images_form in ./
node_gallery.pages.inc - Displays the content for our "Manage Images" tab, which is a VBO view.
File
theme/node-gallery-manage-images-form.tpl.phpView source
<?php
/**
* @file
* Stub for default template implementation of the manage images page.
*
* Attempts were made to make the manage images table/form a template, but
* the results were lacking in comparison to what we have now with the
* theme function. If you should be successful at coding this, please
* submit a patch at http://drupal.org/project/issues/node_gallery
*/