coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: tapety_net on February 17, 2009, 08:51:33 PM

Title: displaypage keywords place
Post by: tapety_net on February 17, 2009, 08:51:33 PM
Hello,

I search all forum and not find answer. I need help in active keywords place in my themes.
How can i place keywords (active/search) near {CAPTION}?


I make this change, but the keywords is not active.

// Displays a picture
function theme_html_picture()
{
.....
    $params = array('{CELL_HEIGHT}' => '100',
        '{IMAGE}' => $CURRENT_PIC_DATA['header'].$CURRENT_PIC_DATA['html'].$CURRENT_PIC_DATA['footer'],
        '{ADMIN_MENU}' => $CURRENT_PIC_DATA['menu'],
        '{TITLE}' => bb_decode($CURRENT_PIC_DATA['title']),
        '{CAPTION}' => bb_decode($CURRENT_PIC_DATA['caption']),
        '{KEYWORD}' => bb_decode($CURRENT_PIC_DATA['keywords']),  - [B] I add this[/B]
        );


Tomek
Title: Re: displaypage keywords place
Post by: tapety_net on February 26, 2009, 08:55:14 AM
Any suggestion how to move keywords place?