1st commit for syncing own Jlog developments with master
This commit is contained in:
parent
2ae67af572
commit
517c58344d
54 changed files with 1784 additions and 1062 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
require_once('.'.DIRECTORY_SEPARATOR.'scripts'.DIRECTORY_SEPARATOR.'prepend.inc.php');
|
||||
$version = $_GET['v'];
|
||||
$version = $_GET['v'] ?? '';
|
||||
|
||||
if($version == "small") {
|
||||
echo "
|
||||
|
@ -17,7 +17,7 @@ echo "
|
|||
}
|
||||
|
||||
else {
|
||||
$c['title'] = $l['bbtitle'];
|
||||
$c['meta']['title'] = $c['title'] = $l['bbtitle'];
|
||||
$c['main'] = $l['bbxmp'];
|
||||
|
||||
require(JLOG_BASEPATH.'scripts'.DIRECTORY_SEPARATOR.'do_template.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue