コード例 #1
0
?>
" placeholder="Twitter">
							
						</div>
						<div class="control-group">
							<label>Google Plus Profile URL</label>
							<input type="text" name="gp" class="form-control" value="<?php 
echo Comman::getConfig('contact', 'gp');
?>
" placeholder="Google+">
							
						</div>
						<div class="control-group">
							<label>Youtube Channel ID</label>
							<input type="text" name="yt" class="form-control" value="<?php 
echo Comman::getConfig('contact', 'yt');
?>
" placeholder="Youtube Channel ID">
							
						</div>
						<div class="control-group"><br />
							<button class="btn btn-primary" type="submit">Save</button>
						</div>
					</div>
				</div>
			</div>
		</form>
	</div>
</div>
<?php 
echo Comman::loadView('admin-footer');
コード例 #2
0
ファイル: index.php プロジェクト: janruls1/WomensLine
						<div class="col-sm-6 col-md-3">
							<div class="footer-widget">
								<h5 class="widget-title text-white">Quick Contact<span class="line-bottom"></span></h5>
								<ul>
									<li><a href="callto:<?php 
echo explode(",", Comman::getConfig('contact', 'phone'))[0];
?>
"><?php 
echo explode(",", Comman::getConfig('contact', 'phone'))[0];
?>
</a></li>
									<li><a href="mailto:<?php 
echo explode(",", Comman::getConfig('contact', 'email'))[0];
?>
"><?php 
echo explode(",", Comman::getConfig('contact', 'email'))[0];
?>
</a></li>
									<li><a class="lineheight-20" href="#">Dr. MINAKSHI SWARAJ (Secretary-Cum-Director), <br /> 
101, Yamuna-3, Jalalpurcity, <br />
Ramjan Pal Path, Patna - 801503 <br />
Bihar-INDIA.</a></li>
								</ul>
							</div>
						</div>
					</div>
				</div>
				<div class="container-fluid p-20" data-bg-color="#fe9322">
					<div class="row text-center">
						<div class="col-md-12">
							<p class="font-11 text-white m-0">Copyright &copy;2015 Women Line. All Rights Reserved</p>
コード例 #3
0
ファイル: home.php プロジェクト: janruls1/WomensLine
 function getImages()
 {
     return explode(";", Comman::getConfig('home', 'images'));
 }
コード例 #4
0
ファイル: youtube.php プロジェクト: janruls1/WomensLine
 function __construct()
 {
     $this->playlist = Comman::getConfig('contact', 'yt');
 }