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 />
|
||||
@@ -64,8 +64,8 @@ small, .small {
|
||||
<!-- INCLUDE portal/block/attachments.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ADS_SMALL -->
|
||||
<!-- INCLUDE portal/block/ads_small.html -->
|
||||
<!-- IF S_CUSTOM_SMALL -->
|
||||
<!-- INCLUDE portal/block/custom_small.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_STYLE_OPTIONS -->
|
||||
@@ -108,8 +108,8 @@ small, .small {
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ADS_CENTER -->
|
||||
<!-- INCLUDE portal/block/ads_center.html -->
|
||||
<!-- IF S_CUSTOM_CENTER -->
|
||||
<!-- INCLUDE portal/block/custom_center.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_RECENT -->
|
||||
|
||||
Reference in New Issue
Block a user