-
Notifications
You must be signed in to change notification settings - Fork 0
/
quick_reference.php
31 lines (22 loc) · 1.14 KB
/
quick_reference.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php require_once( 'couch/cms.php' );
$title = "Quick Reference"; ?>
<cms:template title="<?php echo $title; ?>" />
<?php require_once('inc/header.php'); ?>
<div class="item-page">
<cms:editable name='Title' type='richtext'>
<h2>
Resources / Support - Quick Reference </h2>
</cms:editable>
<cms:editable name='Content' type='richtext'>
<p class="headline"> </p>
<p>We pride ourselves on being a state-of-the-art company, but we also know how frustrating technology can be. It seems like the minute you’ve mastered a computer program, the software company launches an updated version with new features to learn. If you've ever experienced this first hand, you know what we're talking about. Fortunately, we've compiled a comprehensive arsenal of helpful hints and resources for overcoming these technology-induced obstacles.</p>
<p> </p>
<p>You'll also find useful software to download, marketing tips and many other items that will make it easier to do business with our company.</p>
<p><span class="content"></span></p>
</cms:editable>
</div>
</td>
</tr>
</table>
<?php require_once('inc/footer.php'); ?>
<?php COUCH::invoke(); ?>