cotonti.com : Things to remove from core https://www.cotonti.com Последние сообщения в теме Cotonti en Wed, 22 Oct 2025 23:56:25 -0000 Kilandor
I think they should be replaced by a Page, that builds from the SQL. Like some have a FAQ or BBCODE Help type of thing.]]>
вт, 23 сен 2008 04:32:45 -0000
diablo
from line 192 to 223

	elseif ($h=='bbcodes')
		{
		reset ($sed_bbcodes);
		$ii=0;
		$popup_body = $L['BBcodes']." (".$L['BBcodes_explain'].") :<p>";
		$popup_body .= "<div class=\"bbcodes\"><table><tr>";

		while (list($i,$dat) = each($sed_bbcodes))
			{
			$kk = "bbcodes_".$dat[1];
			if (substr($dat[1], 0, 5)=='style')
			   	{
				$popup_body .= "<td colspan=\"2\"><a href=https://www.cotonti.com/\"javascript:add('".$dat[0]."')\">";
				$popup_body .= "<span class=\"bb".$dat[1]."\">".$L[$kk]." &nbsp;</span></td>";
			   	}
			else
			   	{
				$popup_body .= "<td><a href=https://www.cotonti.com/\"javascript:add('".$dat[0]."')\">";
				$popup_body .= "<img src=https://www.cotonti.com/\"system/img/bbcodes/".$dat[1].".gif\" alt=\"\" /></a></td>";
				$popup_body .= "<td>".$L[$kk]." &nbsp;</td>";
				}

			$ii++;
			if ($ii==3)
				{
				$ii=0;
				$popup_body .= "</tr><tr>";
				}
			}

		$popup_body .= "</table></div></p>";
		}
]]>
вс, 21 сен 2008 00:26:26 -0000