Hello,
Please open file,
{yours site}/components/com_advertisementboard/advertisementboard.html.php
and find code like:
Code: |
<?php
if ($params->get( 'show_add_advertisement') ) {
?>
<table width="100%" border="0" class="basictable" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" align="left">
<form action="<?php echo sefRelToAbs("index.php?option=com_advertisementboard&task=add_advertisement&Itemid=$Itemid");?>" method="post" name="add_advertisement">
<input class="button" type="submit" name="create_advertisement" value="<?php echo _ADVERTISEMENTBOARD_LABEL_BUTTON_ADD_ADS; ?>" >
<input type="hidden" name="Itemid" value="<?php echo $Itemid; ?>" >
</form>
</td>
</tr>
<?php
}
|
You will see it in 2 functions
You need copy that code to that function top.
But please be careful and back up file first
Thanks,
OrdaSoft team