Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: My gallery links are default  (Read 3026 times)

0 Members and 1 Guest are viewing this topic.

paul863

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
My gallery links are default
« on: January 13, 2012, 08:23:40 pm »

I edited my gallery theme to my site theme, and something went wrong :( I ended up having default HTML links, meaning blue, the hover is alright, but default is blue, not as I wanted it :( I will include my css :)

Quote
/*************************
  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.3
  $Source: /cvsroot/coppermine/stable/themes/classic/style.css,v $
  $Revision: 1.6 $
  $Author: gaugau $
  $Date: 2005/11/28 07:43:00 $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/




html {
   font-size: 62.5%; /* reset 1em to 10px */
   height: 100%;
}

body {
   background: #444 url('img/body.jpg');
   color: #444;
   font: normal 1.2em Verdana,Arial,sans-serif;
   height: 100%;
   padding-bottom: 1px; /* force scrollbars */
   padding-top: 64px;
}

small,.small {font-size: 0.9em;}

a {
   color: #EEC;
   text-decoration: none;
}
a:link {
        color: #0033CC;
        text-decoration: none;
}

a:visited {
        color: #0033CC;
        text-decoration: none;
}

a:focus {
        color: #0033CC;
        text-decoration: none;
}

a:active {
        color: #0033CC;
        text-decoration: none;
}
a:hover {
   color: #FFA;
   text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote, code {
   background: #4A4A4A;
   border: 1px solid #333;
   color: #BBB;
   display: block;
   margin-bottom: 12px;
}
code {
   font: normal 0.9em Verdana,sans-serif;
   line-height: 1.5em;
   padding: 8px 14px;
}
blockquote {
   background: #4A4A4A url('img/quote.gif') no-repeat left top;
   padding: 6px 14px 6px 44px;
}
blockquote p {padding: 0.5em 0;}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
   background: url('img/paper_left.gif') no-repeat left top;
   margin: 0 auto;
   padding-bottom: 34px;
   width: 778px;
}
#paper_right {
   background: url('img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
   background: #50504A url('img/grain_dark.gif');
   margin: 0 auto;
   width: 736px;
}
#layout_container {padding: 8px;}
#layout_content {border: 1px solid #333;}

#header_image {
   height: 160px;
   background: #222 url('img/header.jpg') no-repeat;
   border-bottom: 1px solid #222;
   border-top: 1px solid #111;
}


/* --------------------------------
   Site title
----------------------------------- */

#site_title {
   background: #222;
   padding: 12px 20px;
}
#site_title h1    {
   color: #EED;
   font: normal 2em Georgia,sans-serif;
   margin: 0 0 5px;
}
#site_title h2 {
   color: #BFBFB6;
   font: normal 1.1em sans-serif;
   margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
   background: #353535 url('img/navigation.jpg') repeat-x;
   border-bottom: 1px solid #222;
   border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
   border-right: 1px solid #303030;
   float: left;
   list-style: none;
}
.navigation a {
   color: #AAA;
   display: block;
   font: bold 1em Verdana,sans-serif;
   padding: 12px 14px;
   text-decoration: none;
}
.navigation a:hover {
   background: #444;
   color: #E5E5D5;
   text-decoration: none;
}
.navigation li.current_page_item a {
   background: none;
   color: #EEE;
}

/* Sub navigation */
#subnav a {
   padding: 10px;
   font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
   background: #4A4A4A;
   color: #CCC;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
   background: #222;
   border-bottom: 1px solid #1A1A1A;
   border-top: 1px solid #2A2A2A;
   color: #AAA;
   padding: 16px;
}
#bottom ul li {
   border-bottom: 1px solid #303030;
}
#bottom ul li a {
   color: #777;
   display: block;
   padding: 4px 6px;
}
#bottom ul li a:hover {
   background: #2A2A2A;
   color: #FFC;
   text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {color: #777;}
#tag_cloud a:hover {color: #FFC;}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
   background: #2A2A2A;
   border-bottom: 1px solid #1A1A1A;
   border-top: 1px solid #333;
   color: #888;
   font-size: 0.9em;
   padding: 10px 12px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
   display: block;
   line-height: 0;
   font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Icons */
span.comment {background: url('img/icon_comment.gif') no-repeat left center; padding-left: 18px;}

/* Label */
.label {
   background: #222 url('img/post_top.gif') repeat-x left top;
   border-bottom: 2px solid #555;
   color: #BBB;
   margin: 0;
   padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
   background: #363636;
   border-bottom: 1px solid #111;
}
.post_top {
   background: #222 url('img/post_top.gif') repeat-x left top;
   border-bottom: 4px solid #777;
   border-top: 1px solid #3A3A3A;
   padding: 10px 16px 13px;
}
.post_title h2 {
   font-size: 2em;
   margin: 0;
   padding: 0;
}
.post_body {
   background: url('img/post_body.jpg') no-repeat left top;
   border-top: 1px solid #333;
   padding: 16px 16px 0;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
   background: #424242;
   color: #999;
   font-size: 0.9em;
   padding: 10px 12px;
}
.post_metadata a {color: #BBB;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}


/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

/* Inputs */
input#s, textarea, input.styled {
   background: #DDD;
   border: 3px solid #555;
   font: normal 1em Verdana,sans-serif;
   padding: 3px;
   width: 160px;
}
textarea {width: 440px;}

/* Seachform */
table.search {
   border-collapse: collapse;
   width: 250px;
}
table.search td {vertical-align: top;}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {
   background: #666;
   border: 1px solid #444;
   padding: 2px;
}
.comment_author {
   color: #EEE;
   padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {padding: 0;}
.nicelist ol {margin: 0;}
.nicelist ol li {
   border-bottom: 1px solid #333;
   border-top: 1px solid #505050;
   list-style: none;
   padding: 8px 10px 1px;
}
.nicelist ol li:first-child {border-top: none;}
.nicelist li.alt {background: #444;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
   color: #999;
   font-size: 0.9em;
   padding-top: 4px;
}
.nicelist .date a {
   color: #BBB;
   text-decoration: none;
}
.nicelist .date a:hover {text-decoration: underline;}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {font: normal 1.4em sans-serif;}
.archive_title a {text-decoration: none;}
.archive_title a:hover {text-decoration: underline;}
.archive_postinfo {padding-bottom: 6px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
   background: #555;
   border-top: 1px solid #444;
   font-size: 0.9em;
   padding: 7px 8px 9px;
}
.pagenavigation a {
   color: #CCC;
   text-decoration: none;
}
.pagenavigation a:hover {
   color: #FFF;
   text-decoration: underline;
}

.catlink {float:left;width:100%;margin:0; padding:0;vertical-align:top}
}

p {
        font-family: Verdana;
        font-size: 100%;
        margin: 2px 0px;
   LINE-HEIGHT: 1.4;
}



.textinput {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        vertical-align : middle;
}

.button {
        font-family: Verdana;
        font-size: 100%;
        border: 1px solid #D7C8B5;
        //background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: Verdana;
        font-size: 85%;
        border: 1px solid #D7C8B5;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana;
        font-size: 100%;
        vertical-align : middle;
}

.navmenu {border:1px solid #FFFFFF; padding:1px}

}

.checkbox {
        font-family: Verdana;
        font-size: 100%;
        vertical-align : middle;
}


.maintable {
        border: 0px solid #363636;
        background-color: #363636;
        margin-top: 2px;
        margin-bottom: 2px;
}

.tableh1 {         font-weight:bold;
        background : #363636;
        font-size: 100%;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}


.tableh1_compact td {border:1px solid #fff; padding:1px}

}


.tableh1_compact {
        background : red ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tableh2 {
        background: #363636;
        color : #FFFFFF;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #363636 ;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tableb {
        background: #363636;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
}


.tableb_compact {
        background: #363636;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
}

.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.catrow_noalb {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}

.catrow {
        background: #363636 ;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 10px;
}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        display: block;
}

.thumb_title {
        font-weight : bold;
        font-size: 85%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 85%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
       
}

 td.navmenu {border:2px solid #D1D7DC}
 
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #333333;
}

.user_thumb_infobox a:hover {
        color: #333333;
        text-decoration: underline;
}

.sortorder_cell {
        background : #363636 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana;
        background : #363636 ;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: Verdana;
        color: #FFFFFF;
        font-size: 100%;
        font-weight: bold;
        background : #363636 ;
        border-style: none;
}

.navmenu img {
        margin-top: 2px;
        margin-right: 5px;
        margin-bottom: 2px;
        margin-left: 5px;
}



.admin_menu_thumb {
        font-family: Arial, Verdana, sans-serif;
        font-size: 85%;
        border: 1px solid #005D8C;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #005CB1;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #005CB1;
        text-decoration: underline;
}

.alblink {
        font-weight:bold;

}
.admin_menu {background-repeat:repeat-x;
        font-family: Arial, Verdana, sans-serif;
        font-size: 90%;
   font-weight : none;
        border: 1px solid #D7C8B5;
        background-color:#363636;
        //background-image : url(images/button_bg.gif);
        //background-position : bottom;
        color: #005CB1;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top:2px;
        padding-bottom:3px;
        padding-left:1px;
        padding-right:1px;
        text-align: center;
}

.admin_menu a {
        color: #005CB1;
   font-weight : none;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #B42000;
        text-decoration: none;
}
/*
.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}
td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}*/

.comment_date{
        color : #AABDCD;
        font-size : 90%;
        vertical-align : middle;
}
/* pseudo-classes for image links */
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

a:visited .image{
        border-style:solid;
        border-width:1px;
        border-color:#840084;
        margin:2px;
}

a:focus .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}

a:hover .image{
        border-style:solid;
        border-width:1px;
        border-color:#0033CC;
        margin:2px;
}

a:active .image{
        border-style:solid;
        border-width:1px;
        border-color:#000000;
        margin:2px;
}
.image {
        border-style: solid;
        border-width:1px;
   //background: #FFFFFF;
        border-color: #D7C8B5;
        margin: 6px;
}

.img {
        border-style: solid;
        border-width:1px;
        border-color: #D7C8B5;
   background: #FFFFFF;
        margin: 6px;
}


.imageborder {
        border: 0px solid #555555;
        background-color: #FFFFFF;
        margin-top: 30px;
        margin-bottom: 30px;
}

.display_media {
        background: #363636 ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.thumbnails {
        background: #363636 ;
        padding: 10px;
}


.topmenu {
        line-height : 130%;
        font-size: 110%;
}

.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #ff6600;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: #363636 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
        white-space: normal;
}

.debug_text {
        border: #BDBEBD;
        background-color: #363636;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        cursor : default;
}

.listbox_lang {
        color: #333333;
        background-color: #363636;
        border: 1px solid #D7C8B5;
        font-size: 80%;
        font-family: Verdana;
        vertical-align : middle;

}
.pic_title {
        color: #000000;
        font-size: 120%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #000000;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : center;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}
.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size:0.9em;
   border: 1px solid;
    margin: 10px 0px;
   padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
   text-align:right;
   float:right;
   width:400px;
}
#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}


#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

DIV.box {OVERFLOW: hidden;
   border: 1px solid #363636;
   BACKGROUND-COLOR: #363636}
DIV.blockpost>DIV>DIV.inbox {PADDING-BOTTOM: 1px}

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}


#brdmenu {BACKGROUND-COLOR: #363636; COLOR: #FFF; PADDING: 6px;}
#brdmenu A:link, #brdmenu A:visited {COLOR: #FFF; TEXT-DECORATION: none;}
#brdmenu A:hover {COLOR: #FFF; TEXT-DECORATION: underline}

#brdwelcome  {LINE-HEIGHT: 1.4em; PADDING: 5px;PADDING-BOTTOM: 7px;}
#brdwelcome A:link, #brwelcome A:visited {TEXT-DECORATION:underline}
#brdwelcome A:hover {TEXT-DECORATION: underline}

DIV.blockpost>DIV>DIV.inbox {PADDING-BOTTOM: 1px}

DIV.block DIV.inbox, DIV.blockmenu DIV.inbox {PADDING: 3px 6px}
#announce DIV.inbox DIV {PADDING: 3px 0}
.clearer {
   HEIGHT: 0;
   WIDTH: 0;
   LINE-HEIGHT: 0;
   FONT-SIZE: 0;
   OVERFLOW: hidden
}
.clearer, .clearb {CLEAR: both}
.conr {
   FLOAT: right;
   TEXT-ALIGN: right;
   CLEAR: right;
   WIDTH: 40%
}
#GB_window {
  background-color: #FFFFFF;
  border: 5px solid #AAAAAA;
}
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: My gallery links are default
« Reply #1 on: January 17, 2012, 11:55:02 am »

Please post a link to your gallery.
Logged

paul863

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: My gallery links are default
« Reply #2 on: January 18, 2012, 09:17:51 pm »

It's gallery.tatushow.com
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: My gallery links are default
« Reply #3 on: January 18, 2012, 09:36:32 pm »

The links are displayed as set in the CSS file:
Code: [Select]
color: #0033CC;
Logged

paul863

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: My gallery links are default
« Reply #4 on: January 20, 2012, 10:27:39 am »

WOW, thank you very much! :)
Logged
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 19 queries.