mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-11-03 18:57:34 +01:00
Removing some testing variables missed
This commit is contained in:
@@ -116,7 +116,7 @@ class pivotTemplate extends BaseTemplate {
|
|||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php $location="-off-canvas";$this->renderSidebar() ?>
|
<?php $this->renderSidebar() ?>
|
||||||
</ul>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@ class pivotTemplate extends BaseTemplate {
|
|||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php $location="";$this->renderSidebar() ?>
|
<?php $this->renderSidebar() ?>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user