coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 ecards & email => Topic started by: rocksur on October 25, 2007, 01:21:39 AM

Title: How can I change ecard background?
Post by: rocksur on October 25, 2007, 01:21:39 AM
How can I change ecard background?

I tried to find ecard layout (// HTML template for e-cards) in the theme: my_coppermine_folder/themes/mytheme/theme.php

But there is


<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly 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 as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.1
  $Source: /cvsroot/coppermine/devel/themes/halloween/theme.php,v $
  $Revision: 1.00 $
  $Author: kegobeer $
  $Date: 2005/10/23 16:24:27 $
**********************************************/

// ------------------------------------------------------------------------- //
// This theme has all CORE items removed                                     //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);
?>



So where have I look for // HTML template for e-cards?
Title: Re: How can I change ecard background?
Post by: Nibbler on October 25, 2007, 01:23:15 AM
Copy it from the sample theme.
Title: Re: How can I change ecard background?
Post by: rocksur on October 25, 2007, 01:40:05 AM
All sample theme? or just the ecard part?
Title: Re: How can I change ecard background?
Post by: rocksur on October 25, 2007, 02:45:38 AM
Thanks, I did It!  ;D
Title: Re: How can I change ecard background?
Post by: Joachim Müller on October 26, 2007, 06:53:51 PM
Quote from: rocksur on October 25, 2007, 01:40:05 AM
All sample theme? or just the ecard part?
Just the ecard part. Hope that's what you did.