At some point, either Brian or Paul may have added one or more test templates in my working skin's templates directory.
What I want to do is isolate some code at a URL known only to me so I can test it.
In particular, I am looking to test the code I mention in Question 3 in this post:
https://www.jamroom.net/the-jamroom-network/forum/ning-to-jamroom/22325/profile-page-latest-forums-changing
What do I need to include to make sure it works? This is my first shot at it.
{assign var="selected" value="home"}
{* Include Header File *}
{jrCore_include template="header.tpl"}
{* BEGIN Container *}
<div class="container">
{* BEGIN TEST CODE *}
<div class="row">
{* PUT TEST CODE HERE *}
</div>
{* END TEST CODE *}
</div>
{* END Container *}
{* Include Footer File *}
{jrCore_include template="footer.tpl"}
updated by @claygordon: 02/25/15 07:25:42AM