mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
added extra site link render types
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
|
||||||
| $Revision: 1.5 $
|
| $Revision: 1.6 $
|
||||||
| $Date: 2007-06-25 15:39:34 $
|
| $Date: 2007-07-11 12:03:01 $
|
||||||
| $Author: sweetas $
|
| $Author: sweetas $
|
||||||
|
|
|
|
||||||
| links.php?debug shows stored data for each link after name (before constant conversion)
|
| links.php?debug shows stored data for each link after name (before constant conversion)
|
||||||
@@ -513,7 +513,7 @@ class links
|
|||||||
<td style='width:30%' class='forumheader3'>".LCLAN_12.": </td>
|
<td style='width:30%' class='forumheader3'>".LCLAN_12.": </td>
|
||||||
<td style='width:70%' class='forumheader3'>
|
<td style='width:70%' class='forumheader3'>
|
||||||
<select name='linkrender' class='tbox'>";
|
<select name='linkrender' class='tbox'>";
|
||||||
$rentype = array("","Main","Alt","Alt", "Alt");
|
$rentype = array("","Main","Alt","Alt", "Alt","Alt", "Alt","Alt", "Alt","Alt", "Alt");
|
||||||
for ($i=1; $i<count($rentype); $i++) {
|
for ($i=1; $i<count($rentype); $i++) {
|
||||||
$sel = ($link_category == $i) ? "selected='selected'" : "";
|
$sel = ($link_category == $i) ? "selected='selected'" : "";
|
||||||
$text .="<option value='$i' $sel>$i - ".$rentype[$i]."</option>";
|
$text .="<option value='$i' $sel>$i - ".$rentype[$i]."</option>";
|
||||||
|
Reference in New Issue
Block a user