I wan to modify the display image page with the classic theme but the theme.php has no code in it. This is all that's in the theme.php file
<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2009 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.25
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/theme.php $
  $Revision: 5997 $
  $Author: gaugau $
  $Date: 2009-05-26 08:43:24 +0200 (Di, 26 Mai 2009) $
**********************************************/
// ------------------------------------------------------------------------- //
// This theme has all CORE items removed                                     //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);
?>
where does the info for the classic them reside?
			
			
			
				you must copy/paste the function from the sample/theme.php to your custom theme, but befor, read the doc section who explain how to do for a cunstom theme http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_files (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#theme_files)
			
			
			
				http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616