HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com/wp-content/themes/pagelines/sections/sb_secondary/section.php

<?php /* Section: Secondary Sidebar Author: PageLines Author URI: http://www.pagelines.com Description: The secondary widgetized sidebar for the theme. Class Name: SecondarySidebar Workswith: sidebar1, sidebar2, sidebar_wrap Persistant: true */ /** * Secondary Sidebar Section * * @package PageLines Framework * @author PageLines */ class SecondarySidebar extends PageLinesSection { /** * PHP that always loads no matter if section is added or not. */ function section_persistent() { $setup = pagelines_standard_sidebar($this->name, $this->settings['description']); pagelines_register_sidebar($setup, 2); } /** * Section template. */ function section_template() { pagelines_draw_sidebar($this->id, $this->name); } }