PEAK XOOPS - Re: Link in summary to the whole article in englishin japanese

Re: Link in summary to the whole article

List posts in the topic

question Re: Link in summary to the whole article

msg# 1.2.1.1
depth:
3
Previous post - Next post | Parent - Children.1 | Posted on 2004/12/29 12:48
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Sorry.

It's a mistake.

	// if template file exists, parse it.
	if( file_exists( "$mymodpath/templates/blocks/tinycontent_content_block.html" ) ) {
		$myts =& TinyDTextSanitizer::getInstance() ;
		$tpl = new XoopsTpl();
		$tpl->assign( array(
			'storyid' => $options[1] ,
			'mymoddir' => XOOPS_URL . "/modules/$mydirname" ,
			'title' => $myts->makeTboxData4Show( $title ) ,
			'content' => $content
		) ) ;
		$block['content'] =& $tpl->fetch( "file:$mymodpath/templates/blocks/tinycontent_content_block.html" ) ;

	} else {

The next TinyD assigns $mymoddir.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!