Quote:
Originally Posted by abdelghani68
is it possible to put a title to the library to the place indicated on the screen shot?
If yes, how? because I did not find.
Thank you for your help
|
If you want this to appear on the entry page, create a new plugin attached to the ldm_maindisplay_end hook, with code looking something like this:
Code:
if ($viewcatid<0) {
$viewcattext = "<div align='center'>this is my text message</div>";
}