exported from svn
This commit is contained in:
commit
03995d3bc6
85 changed files with 14765 additions and 0 deletions
27
learn_bb.php
Normal file
27
learn_bb.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
require_once('.'.DIRECTORY_SEPARATOR.'scripts'.DIRECTORY_SEPARATOR.'prepend.inc.php');
|
||||
$version = $_GET['v'];
|
||||
|
||||
if($version == "small") {
|
||||
echo "
|
||||
<html>
|
||||
<head>
|
||||
<title>".$l['bbtitle']."</title>
|
||||
<link rel='stylesheet' href='".JLOG_PATH."/personal/css/popup.css' type='text/css' media='screen' />
|
||||
</head>
|
||||
<body>
|
||||
<h1>".$l['bbtitle']."</h1>
|
||||
".$l['bbxmp']."
|
||||
</body>
|
||||
</html>";
|
||||
}
|
||||
|
||||
else {
|
||||
$c['title'] = $l['bbtitle'];
|
||||
$c['main'] = $l['bbxmp'];
|
||||
|
||||
require(JLOG_BASEPATH.'scripts'.DIRECTORY_SEPARATOR.'do_template.php');
|
||||
echo $body;
|
||||
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue