move more theme related functionality into the theme class (addresses #46)
This commit is contained in:
		
							parent
							
								
									fcea03a800
								
							
						
					
					
						commit
						ded7232146
					
				
					 3 changed files with 43 additions and 24 deletions
				
			
		|  | @ -6,6 +6,22 @@ | |||
| <title><?php echo $content['title']; ?></title>
 | ||||
| <style type="text/css"> | ||||
| <?php print($content['inlinestyle']); ?>
 | ||||
| 
 | ||||
| a { | ||||
| 	font-size: 9px; | ||||
| } | ||||
| a:link { | ||||
| 	text-decoration: none; | ||||
| } | ||||
| a:visited { | ||||
| 	text-decoration: none; | ||||
| } | ||||
| a:hover { | ||||
| 	text-decoration: none; | ||||
| } | ||||
| a:active { | ||||
| 	text-decoration: none; | ||||
| } | ||||
| </style> | ||||
| <?php foreach ($content['styles'] as $style) { ?>
 | ||||
|   <link rel="stylesheet" type="text/css" href="<?php echo $style; ?>" /> | ||||
|  |  | |||
		Reference in a new issue