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?
Copy it from the sample theme.
All sample theme? or just the ecard part?
Thanks, I did It! ;D
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.