Сan on the edit page the image add the tab "upload image"?
I would like to add a tab "Add Photo" page loaded photos. I have make so - in file theme/node-gallery-image-navigator.tpl.php I added
<td class="image-navigator-gallery-add"> <?php print '<a href="'. $gallery_link .'/upload">'. t("Add photo") .'</a>'; ?> </td>
And I see a new link "Add photo" on page loaded photos.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
arturus-1 commentedI would like to add a tab "Add Photo" page loaded photos.
I have make so - in file theme/node-gallery-image-navigator.tpl.php I added
And I see a new link "Add photo" on page loaded photos.
Comment #2
zengenuity commented