Hello,
I've been trying...and trying...and trying....to put a link under each photo while using classic theme.
Each theme has a theme.php with HTML codes in it except the classic theme
there is only
<?php
/*************************
Coppermine Photo Gallery
************************
Copyright (c) 2003-2006 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 as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
********************************************
Coppermine version: 1.4.10
$Source$
$Revision: 3275 $
$Author: gaugau $
$Date: 2006-09-03 12:10:47 +0200 (So, 03 Sep 2006) $
**********************************************/
// ------------------------------------------------------------------------- //
// This theme has all CORE items removed //
// ------------------------------------------------------------------------- //
define('THEME_IS_XHTML10_TRANSITIONAL',1);
?>
Where can I find the HTML used for this template?
if a theme.php hasn't the functions in it you're looking for, then just copy them from themes/sample/theme.php to the theme.php you're using
Stramm,
thanx for you help, but the file you are reffering to does nog excist on my install (I use version 1.4.10)
and when I copy paste the info from another theme.php is just messes up my complete design.
But there er is something of the layout, even with an empty themes.php ---> I'm wondering where that (default??) code is?
Anyone got a clue? I tried to grep it, but could not find it :(
Thanx and a good night to you all!
jeroen
Quotethanx for you help, but the file you are reffering to does nog excist on my install (I use version 1.4.10)
upload the 1.4.10 pack again and find the file in the theme/sample folder. You only have to copy/past the function you need, not the entire file.