HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/tfgarchive/wpblogtest1.old/wp-content/themes/hybrid/library/admin/about.php
<div class="postbox close">
<h3><?php _e('About This Theme','hybrid'); ?></h3>

<div class="inside">
	<table class="form-table">

	<tr>
		<th><?php _e('Theme Description:','hybrid'); ?></th>
		<td><?php echo $theme_data['Description']; ?></td>
	</tr>
	<tr>
		<th><?php _e('Theme Version:','hybrid'); ?></th>
		<td><?php echo $theme_data['Title']; ?> <?php echo $theme_data['Version']; ?></td>
	</tr>
	<tr>
		<th><?php _e('Theme Documentation:','hybrid'); ?></th>
		<td><a href="<?php echo $theme_data['URI']; ?>" title="<?php _e('Theme Documentation','hybrid'); ?>"><?php _e('Theme Documentation','hybrid'); ?></a></td>
	</tr>
	<tr>
		<th><?php _e('Theme Support:','hybrid'); ?></th>
		<td><a href="http://themehybrid.com/support" title="<?php _e('Get support for this theme','hybrid'); ?>"><?php _e('Visit the support forums.','hybrid'); ?></a></td>
	</tr>

	</table>
</div>
</div>