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: Justification  (Read 3867 times)

0 Members and 1 Guest are viewing this topic.

goman

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 51
Justification
« on: January 30, 2007, 11:27:47 pm »

Where in theme.php adjust on high colour left vice in the middle of?

This:

http://sweb.cz/t310/coopermine/uprava.gif

How adjust?
« Last Edit: January 31, 2007, 09:25:36 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Justification
« Reply #1 on: January 31, 2007, 08:00:29 am »

Edit themes/yourtheme/theme.php, find
Code: [Select]
// HTML template for intermediate image displayand change the stuff underneath it as you see fit. If that section doesn't exist in your custom theme, copy
Code: [Select]
// HTML template for intermediate image display
$template_display_media = <<<EOT
        <tr>
                <td align="center" class="display_media" nowrap="nowrap">
                        <table cellspacing="2" cellpadding="0" class="imageborder">
                                <tr>
                                        <td align="center">
                                                {IMAGE}

                                        </td>
                                </tr>
                        </table>
                </td></tr>
                <tr><td>
                                                <table width="100%" cellspacing="2" cellpadding="0" class="tableb">
                                <tr>
                                        <td align="center">

                                                {ADMIN_MENU}
                                        </td>
                                </tr>
                        </table>





<!-- BEGIN img_desc -->
                        <table cellpadding="0" cellspacing="0" class="tableb" width="100%">
<!-- BEGIN title -->
                                <tr>
                                        <td class="tableb"><center><b>
                                                {TITLE}
                                        </b></center></td>
                                </tr>
<!-- END title -->
<!-- BEGIN caption -->
                                <tr>
                                        <td class="tableb"><center>
                                                {CAPTION}
                                        </center></td>
                                </tr>
<!-- END caption -->
                        </table>
<!-- END img_desc -->
                </td>
        </tr>

EOT;
from themes/sample/theme.php into a new line before
Code: [Select]
?>of the file theme/yourtheme/theme.php
Logged

goman

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 51
Re: Justification
« Reply #2 on: January 31, 2007, 09:18:28 am »

Thanx   :)
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.