<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">One way I use a lot: Put a conditional up at the
top of your default page. What I have on one site:<br>
<br>
&lt;?php<br>
if (arg(0)=="admin") { include('page-admin.tpl.php');<br>
return;<br>
} ?&gt;&lt;?php<br>
if (arg(0)=="civicrm") { include('page-crm.tpl.php');<br>
return;<br>
} ?&gt;&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"<br>
        <a class="moz-txt-link-rfc2396E" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</a>&gt; <br>
etc....<br>
<br>
The create a page-crm.tpl.php page template to handle just your CRM
pages.<br>
<br>
Best,<br>
Laura<br>
<br>
</font><br>
josh on wrote:
<blockquote cite="mid013b01c62a91$f37f2b60$1102a8c0@OFFICEBEAST"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2800.1528" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Hi was hoping that when I made a
page_civicrm.tpl.php file - that it would them the civicrm pages much
like the page_admin.tpl.php themes those pages.  Should that have
worked?  Is there something more that I need to do?</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Thanks,</font></div>
  <div> </div>
  <div><font face="Arial" size="2">Josh</font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
themes mailing list
<a class="moz-txt-link-abbreviated" href="mailto:themes@drupal.org">themes@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a>
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="824.33">
<style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Times}
    span.s1 {text-decoration: underline ; color: #0021e7}
  </style>
<p class="p1"><b>Laura Scott</b>, President</p>
<p class="p1"><span class="s1"><a href="http://www.pingv.com/">pingVision</a></span>
| interactive media design</p>
<p class="p1">4450 Arapahoe Avenue, Suite 100</p>
<p class="p1">Boulder, CO 80303</p>
<p class="p1">303.415.2559</p>
<p class="p1"><a class="moz-txt-link-abbreviated" href="mailto:laura@pingv.com">laura@pingv.com</a></p>
</div>
</body>
</html>