Skip to content
Snippets Groups Projects
Commit 369bed08 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Set up variables

parent 4bafc8bd
No related branches found
No related tags found
1 merge request!3583Tab memory
...@@ -332,6 +332,9 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -332,6 +332,9 @@ You should have received a copy of the GNU General Public License along with thi
<<set $useAccordion = 0>> <<set $useAccordion = 0>>
<<set $useTabs = 0>> <<set $useTabs = 0>>
<<set $tabChoice = {
Main: "all"
}>>
/*onlyintendeddickgirls variables */ /*onlyintendeddickgirls variables */
<<set $makeDicks = 0>> <<set $makeDicks = 0>>
......
...@@ -228,6 +228,11 @@ ...@@ -228,6 +228,11 @@
<<if def $customValue>> <<if def $customValue>>
<<unset $customValue>> <<unset $customValue>>
<</if>> <</if>>
<<if ndef $tabChoice>>
<<set $tabChoice = {
Main: "all"
}>>
<</if>>
/* pregmod stuff */ /* pregmod stuff */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment