I'd like to setup a custom VB page using ajax tabs, each tab to pull the main home page of a mod.
I created a custom template called custom_Test
content:
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>Bible Online</title>
$headinclude
</head>
<body>
$header
$navbar
$footer
</body>
</html>
For example, I want to pull these two mods:
https://vborg.vbsupport.ru/showthread.php?t=200819
https://vborg.vbsupport.ru/showthread.php?t=188189
I want each ajax tab to one of the mods' home page for example.
What code would I use to pull these?
Any help appreciated.