displaypage keywords place displaypage keywords place
 

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]

Main Menu

displaypage keywords place

Started by tapety_net, February 17, 2009, 08:51:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tapety_net

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

tapety_net

Any suggestion how to move keywords place?