Where should I take, I have shown by an arrow in the screenshot. Thank you
http://s019.radikal.ru/i634/1206/b3/e77f370decf3.jpg
I assume you want to display the picture title in the navigation bar? What should be displayed if there's no picture title set? Nothing? The file name?
Please post your current modification.
Moving from permission to themes board.
That's right, I need to file name, title pictures :)
In <<<$template_img_navbar>>>
<td align="center" class="navmenu" width="48">{TITLE}</td>
Copy the function theme_html_img_nav_menu from themes/sample/theme.php to your theme's theme.php file if it doesn't exist. Then, find
'{LOCATION}' => $location,
and below, add
'{TITLE}' => $CURRENT_PIC_DATA['title'] ? $CURRENT_PIC_DATA['title'] : $CURRENT_PIC_DATA['filename'],
Many thanks Αndrй, as always helped out! ;)
As always, please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.