Jump to content
TNG Community

randomphoto question


John Paul

Recommended Posts

Hello all.

Is it possible to add code to the randomphoto code I have in my template19 index.php. to center the media title, instead of having to do every media item manually?  Here's the code I'm using in template19:

<!-- Random Photo Code Starts Here -->
		<div class="callbox1">
			<h4>Featured Photos</h4>
			<?php
				$rp_maxwidth = "100%";
				include("randomphoto.php");
			?>
		</div>
	<!-- Random Photo Code Ends Here -->

or would I need to edit randomphoto.php itself?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...