How can I change ecard background? How can I change ecard background?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How can I change ecard background?

Started by rocksur, October 25, 2007, 01:21:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rocksur

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?

Nibbler


rocksur

All sample theme? or just the ecard part?

rocksur


Joachim Müller

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.