Report#80:Add a custom block, managed in the ACP
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_SPONSOR}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="text-align:center;">
|
||||
-insert ads codes here-
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -1,11 +0,0 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{L_SPONSOR}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="text-align:center;">
|
||||
-insert ads codes here-
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
@@ -0,0 +1,13 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{PORTAL_CUSTOM_CENTER_HEADLINE}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="padding:5px 5px 5px 5px;">
|
||||
<div class="postbody">
|
||||
{PORTAL_CUSTOM_CENTER_CODE}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
13
templates/subsilver2/template/portal/block/custom_small.html
Normal file
13
templates/subsilver2/template/portal/block/custom_small.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<table class="tablebg" cellspacing="1" width="100%">
|
||||
<tr>
|
||||
<th>{PORTAL_CUSTOM_SMALL_HEADLINE}</th>
|
||||
</tr>
|
||||
<tr class="row1">
|
||||
<td style="padding:5px 5px 5px 5px;">
|
||||
<div class="postbody">
|
||||
{PORTAL_CUSTOM_SMALL_CODE}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
Reference in New Issue
Block a user